Orders

Get order upsells

Get upsells available for an order.

get/orders/{order_id}/upsells

Query parameters

upsell_type'in_cart' | 'post_cart'

Select the type of upsell offers to return.

excludeboolean

Exclude already present offers that are already on the order.

Response

OK

totalinteger

Example response

{
  "upsells": [
    {
      "items": [
        {
          "date_created": "2023-04-01 00:00:00",
          "date_modified": "2023-04-01 00:00:00"
        }
      ]
    }
  ]
}

Changes

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