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

NameTypeRequiredDescription
Application IdString (sensitive)-Channel Advisor app id
Application SecretString (sensitive)-Channel Advisor app secret
Refresh TokenString (sensitive)-Channel Advisor refresh token
Order IDString-Channel Advisor order id to search by

Outputs

NameTypeDescription
SuccessBooleanWhether order was found or not
OrderObjectOrder

Notes

  • Requires valid Channel Advisor API credentials: application ID, application secret and refresh token.