Skip to content
Guides
API reference
stableshipment:create

Create shipment

POST/v1/orders/{orderId}/shipment

Authorization

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}