orders.cargo.book

Accept a carrier offer, create the label and ship the order.

Machine-readable body schema: /schemas/routes/orders.cargo.book.json.

Body

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "providerShipmentId": {
      "type": "string",
      "minLength": 6,
      "maxLength": 80
    },
    "offerId": {
      "type": "string",
      "minLength": 6,
      "maxLength": 80
    },
    "extensionId": {
      "type": "string",
      "pattern": "^[a-z0-9-]+\\.[a-z0-9-]+$"
    }
  },
  "required": [
    "providerShipmentId",
    "offerId"
  ],
  "additionalProperties": false
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/orders.cargo.book.md