Create a shipping label for an order
Create a shipping label for an order. Requires the WRITE_SHIPPING scope.
auto; cached rates must still be valid. Requires the WRITE_SHIPPING scope.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Body
ObjectId of the order whose automatic shipment should get a label.
Response
Create a shipping label for an order.
Standard Salesive response envelope. The operation-specific payload is carried in data.
HTTP status code, echoed in the body.
Whether the request succeeded.
Human-readable result message.
A shipment record. Shapes vary slightly by how the shipment was created (manual, automatic label, or ShipDay dispatch); only the most common fields are listed and extra properties may be present.

