Skip to main content

Get Order Items

GET 

/v2/orders/:orderID/items

Use this endpoint to retrieve order items.

Request

Path Parameters

    orderID stringrequired

    The ID of the order.

Responses

Response Headers
    Schema
      data object[]
    • Array [
    • type string

      The type represents the object being returned.

      id uuid

      The unique identifier for this order item.

      quantity number

      The quantity of this item were ordered.

      product_id uuid

      The unique identifier for this order item.

      subscription_offering_id uuid

      The unique identifier for the subscription offering for this order item.

      name string

      The name of this order item.

      sku string

      The SKU code for the order item.

      unit_price object
      amount number

      The amount for this item.

      currency string

      The currency this item.

      includes_tax boolean

      Whether or not this price is tax inclusive.

      value object
      amount number

      The amount for this item.

      currency string

      The currency this item.

      includes_tax boolean

      Whether or not this price is tax inclusive.

      discounts object[]
    • Array [
    • amount object
      amount number

      The amount for this item.

      currency string

      The currency this item.

      includes_tax boolean

      Whether or not this price is tax inclusive.

      code string
      id uuid
    • ]
    • links object
      meta object
      display_price object
      with_tax object
      unit object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      value object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      without_tax object
      unit object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      value object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      tax object
      unit object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      value object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      discount object
      unit object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      value object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      without_discount object
      unit object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      value object
      amount number

      The raw total of this cart.

      currency string

      The currency set for this cart.

      formatted string

      The tax inclusive formatted total based on the currency.

      discounts object
      property name* object
      amount number
      currency string
      formatted string
      timestamps object
      created_at string

      The date this was created.

      updated_at

      The date this was last updated.

      relationships object
      cart_item object
      data object
      type string

      The type represents the object being returned.

      id uuid

      The unique identifier for this item.

      catalog_id string

      The unique identifier of the catalog associated with the product is shown if catalog_source=pim is set.

      catalog_source string

      The catalog source. Always pim or legacy.

    • ]
    Loading...