GuidesAPI Reference
Log In
API Reference

Get Open Orders by Customer

Use this API to retrieve a list of all open orders for given customers.

This is commonly used to display active customer orders in third party and ecommerce sites, and for recurring orders, to see which Bringg has created for a customer.

This API looks at the order-level customer only, and will only return active orders, meaning those which are in neither a completed nor canceled state.

You can set the request to sequence the response based on the start or end of the time windows. If no sequence is specified, orders will appear in descending order by ID.

Response (Output) Params

Body Params
string

The customer's ID in your external systems. Use to get a list of all the customer's open orders.

string

This parameter allows users to specify the sequencing of the orders in the response. Accepted values include: no_earlier_than_desc, no_earlier_than_asc, no_later_than_desc, no_later_than_asc

Response

Language
LoadingLoading…
Response
Choose an example:
application/json