GET /v2/checkout/orders/{id}

Shows details for an order, by ID.

Note: For error handling and troubleshooting, see Orders v2 errors.

Servers

Path parameters

Name Type Required Description
id String Yes

The ID of the order that the tracking information is associated with.

Request headers

Name Type Required Description
PayPal-Auth-Assertion String No

An API-caller-provided JSON Web Token (JWT) assertion that identifies the merchant. For details, see PayPal-Auth-Assertion.

Query parameters

Name Type Required Description
fields String No

A comma-separated list of fields that should be returned for the order. Valid filter field is payment_source.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.