API reference
Get packing slip
Returns the packing slip that goes inside the box.
GET
/v1/fulfillment/orders/{id}/packing-slipReturns the packing slip that goes inside the box.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
id*string
Unique identifier of the resource.
Query Parameters
shipmentId?null|string
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/fulfillment/orders/string/packing-slip"{ "type": null, "title": null, "status": null, "detail": null, "instance": null, "code": "string"}