API reference
Create shipment
POST
/v1/orders/{orderId}/shipmentAuthorization
bearerAuth AuthorizationBearer <token>
OAuth2 access token issued by Ecomiq Auth.
In: header
Path Parameters
orderId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X POST "https://example.com/v1/orders/string/shipment"{ "success": true, "shipmentId": null, "trackingNumber": null, "trackingLink": null, "labelUrl": null, "message": null}