GET /v2/checkout/orders/{id}
Shows details for an order, by ID.
Note: For error handling and troubleshooting, see Orders v2 errors.
Servers
- https://api-m.sandbox.paypal.com
- https://api-m.paypal.com
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 |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.