Retrieves details for a bulk of orders that have been submitted within a given time range and optionally by order status or customer.
- Mock serverhttps://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/orders
- https://api.banxa.comhttps://api.banxa.com/{partner}/v2/orders
curl -i -X GET \
'https://docs.banxa.com/_mock/products/hosted-checkout/openapi/{partner}/v2/orders?start=string&end=string&skip=string&page=string&externalCustomerId=string&status=string&limit=string' \
-H 'Accept: application/json' \
-H 'x-api-key: string'Response
{ "orders": [ { … }, { … } ], "pageTotal": 100, "total": 2654 }