API reference
List fulfillment orders by order
GET
/v1/orders/{orderId}/fulfillment-ordersAuthorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
orderId*string
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/orders/string/fulfillment-orders"[ { "id": "string", "storeId": "string", "orderId": "string", "shippingConnectionId": null, "status": "pendingAssignment", "shipmentId": null, "trackingNumber": null, "trackingLink": null, "labelUrl": null, "carrierName": null }]