Channel Advisor Search for Order by Order ID
Fetches a single order from Channel Advisor by its order ID. Use it when you need the full order details for a customer enquiry.
Fetches a single order from Channel Advisor by its order ID. Use it when you need the full order details for a customer enquiry.
What it does
- Signs in to Channel Advisor using your application credentials and refresh token.
- Looks up one order by its Channel Advisor order ID.
- Returns the full order object when found, or a failure message when the order cannot be retrieved.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| Application Id | String (sensitive) | - | Channel Advisor app id |
| Application Secret | String (sensitive) | - | Channel Advisor app secret |
| Refresh Token | String (sensitive) | - | Channel Advisor refresh token |
| Order ID | String | - | Channel Advisor order id to search by |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether order was found or not |
| Order | Object | Order |
Notes
- Requires valid Channel Advisor API credentials: application ID, application secret and refresh token.