Logo
ActiveCampaign Developer Relations API Documentation

Retrieve all Products for a Specific Order

GET {{yourAccountUrl}}/api/3/ecomOrders/:orderId/orderProducts

https://developers.activecampaign.com/reference/list-products-for-order

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Api-Token
string Your ActiveCampaign API Token




RESPONSES

status





Curl
curl -X GET '/api/3/ecomOrders/:orderId/orderProducts' -H 'Api-Token: yourApiKey'

ENDPOINTS