Orders

Update an order's external IDs

Use this endpoint to update one or more of an order's external IDs

put/shop/orders/{orderId}/external-ids

Request body

Example request

{
  "external_ids": [
    {
      "key": "pms_id"
    }
  ]
}

Response

Contains details of the external IDs applied to an order.

Example response

{
  "data": [
    {
      "key": "pms_id",
      "name": "PMS ID",
      "value": "pms_123"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.