Lists 50 order products on an order using order_id. By default, items sort from lowest to highest according to a newly created ID, separate from the order_id and the product_id.
Authentication
X-Auth-Token in header - required
Parameters
store_hash in path - string
Content-Type in header with default of application/json - string - required
ID of the pickup fulfillment method for this item. Default value is 0 when the item is not fulfilled by pickup method.
Example: 0
order_address_idinteger
Numeric ID of the associated order address. Value is 0 for items that are not fulfilled by a pickup method.
Example: 20
namestring
Alias for name_customer - The product name that is shown to customer in storefront.
>= 1 characters
Example: Fog Linen Chambray Towel - Beige Stripe
skustring
User-defined product code/stock keeping unit (SKU).
Example: S-GREE
typestring
Type of product.
Allowed: physical | digital
Example: physical
base_pricestring
The product’s base price. (Float, Float-As-String, Integer)
Example: 54.0000
price_ex_taxstring
The product’s price excluding tax. (Float, Float-As-String, Integer)
Example: 54.0000
price_inc_taxstring
The product’s price including tax. (Float, Float-As-String, Integer)
Example: 54.0000
price_taxstring
Amount of tax applied to a single product.
Price tax is calculated as:
price_tax = price_inc_tax - price_ex_tax
(Float, Float-As-String, Integer)
Example: 0.0000
base_totalstring
Total base price. (Float, Float-As-String, Integer)
Example: 54.0000
total_ex_taxstring
Total base price excluding tax. (Float, Float-As-String, Integer)
Example: 54.0000
total_inc_taxstring
Total base price including tax. (Float, Float-As-String, Integer)
Example: 54.0000
total_taxstring
Total tax applied to products.
For example, if quantity if 2, base price is 5 and tax rate is 10%. price_tax will be $.50 and total_tax will be $1.00.
If there is a manual discount applied total_tax is calculated as the following:
(price_ex_tax - discount)*tax_rate=total_tax.
(Float, Float-As-String, Integer)
Example: 0.5200
quantitynumber
Quantity of the product ordered.
Example: 1
base_cost_pricestring
The product’s cost price. This can be set using the Catalog API. (Float, Float-As-String, Integer) Read Only
Example: 0.0000
cost_price_inc_taxstring
The product’s cost price including tax. (Float, Float-As-String, Integer)
The cost of your products to you; this is never shown to customers, but can be used for accounting purposes. Read Only
Example: 0.0000
cost_price_ex_taxstring
The products cost price excluding tax. (Float, Float-As-String, Integer)
The cost of your products to you; this is never shown to customers, but can be used for accounting purposes. Read Only
Example: 0.0000
weight
Weight of the product. (Float, Float-As-String, Integer)
One of:string
Type: number
Example: 1
cost_price_taxstring
Tax applied to the product’s cost price. (Float, Float-As-String, Integer)
The cost of your products to you; this is never shown to customers, but can be used for accounting purposes. Read Only
Example: 54.0000
is_refundedboolean
Whether the product has been refunded.
Example: false
refunded_amountstringdeprecated
The amount refunded from this transaction; always returns 0. (Float, Float-As-String, Integer)
Example: 0.0000
return_idnumber
Numeric ID for the refund.
Example: 0
wrapping_namestring
Name of gift-wrapping option.
Example: null
base_wrapping_cost
The value of the base wrapping cost. (Float, Float-As-String, Integer)
One of:stringnumber
Type: string
Example: 0.0000
wrapping_cost_ex_taxstring
The value of the wrapping cost, excluding tax. (Float, Float-As-String, Integer)
Example: 0.0000
wrapping_cost_inc_taxstring
The value of the wrapping cost, including tax. (Float, Float-As-String, Integer)
Example: 0.0000
wrapping_cost_taxstring
Tax applied to gift-wrapping option. (Float, Float-As-String, Integer)
Example: 0.0000
wrapping_messagestring
Message to accompany gift-wrapping option.
quantity_shippednumber
Quantity of this item shipped.
Example: 0
event_namestring
Name of promotional event/delivery date.
Example: null
event_datestring
Date of the promotional event/scheduled delivery.
fixed_shipping_coststring
Fixed shipping cost for this product. (Float, Float-As-String, Integer)
Example: 0.0000
ebay_item_idstring
Item ID for this product on eBay.
ebay_transaction_idstring
Transaction ID for this product on eBay.
option_set_idinteger
Numeric ID of the option set applied to the product.
Example: 5
parent_order_product_idinteger
ID of a parent product.
is_bundled_productboolean
Whether this product is bundled with other products.
Example: false
bin_picking_numberstring
Bin picking number for the physical product.
applied_discountsarray[object]
Array of objects containing discounts applied to the product.
product_optionsarray[object]
Array of product option objects.
external_idstring
ID of the order in another system. For example, the Amazon Order ID if this is an Amazon order.This field can be updated in a /POST, but using a /PUT to update the order will return a 400 error. The field 'external_id' cannot be written to. Please remove it from your request before trying again. It cannot be overwritten once set.
upcstring
Universal Product Code. Can be written to for custom products and catalog products.
<= 255 characters
variant_idinteger
Products variant_id. PUT or POST. This field is not available for custom products.
name_customerstring
The product name that is shown to customer in storefront.
Example: Fog Linen Chambray Towel - Beige Stripe
name_merchantstring
The product name that is shown to merchant in Control Panel.
ID of the pickup fulfillment method for this item. Default value is 0 when the item is not fulfilled by pickup method.
Example: 0
order_address_idinteger
Numeric ID of the associated order address. Value is 0 for items that are not fulfilled by a pickup method.
Example: 20
namestring
Alias for name_customer - The product name that is shown to customer in storefront.
>= 1 characters
Example: Fog Linen Chambray Towel - Beige Stripe
skustring
User-defined product code/stock keeping unit (SKU).
Example: S-GREE
typestring
Type of product.
Allowed: physical | digital
Example: physical
base_pricestring
The product’s base price. (Float, Float-As-String, Integer)
Example: 54.0000
price_ex_taxstring
The product’s price excluding tax. (Float, Float-As-String, Integer)
Example: 54.0000
price_inc_taxstring
The product’s price including tax. (Float, Float-As-String, Integer)
Example: 54.0000
price_taxstring
Amount of tax applied to a single product.
Price tax is calculated as:
price_tax = price_inc_tax - price_ex_tax
(Float, Float-As-String, Integer)
Example: 0.0000
base_totalstring
Total base price. (Float, Float-As-String, Integer)
Example: 54.0000
total_ex_taxstring
Total base price excluding tax. (Float, Float-As-String, Integer)
Example: 54.0000
total_inc_taxstring
Total base price including tax. (Float, Float-As-String, Integer)
Example: 54.0000
total_taxstring
Total tax applied to products.
For example, if quantity if 2, base price is 5 and tax rate is 10%. price_tax will be $.50 and total_tax will be $1.00.
If there is a manual discount applied total_tax is calculated as the following:
(price_ex_tax - discount)*tax_rate=total_tax.
(Float, Float-As-String, Integer)
Example: 0.5200
quantitynumber
Quantity of the product ordered.
Example: 1
base_cost_pricestring
The product’s cost price. This can be set using the Catalog API. (Float, Float-As-String, Integer) Read Only
Example: 0.0000
cost_price_inc_taxstring
The product’s cost price including tax. (Float, Float-As-String, Integer)
The cost of your products to you; this is never shown to customers, but can be used for accounting purposes. Read Only
Example: 0.0000
cost_price_ex_taxstring
The products cost price excluding tax. (Float, Float-As-String, Integer)
The cost of your products to you; this is never shown to customers, but can be used for accounting purposes. Read Only
Example: 0.0000
weight
Weight of the product. (Float, Float-As-String, Integer)
One of:numberstring
Type: number
Example: 1
cost_price_taxstring
Tax applied to the product’s cost price. (Float, Float-As-String, Integer)
The cost of your products to you; this is never shown to customers, but can be used for accounting purposes. Read Only
Example: 54.0000
is_refundedboolean
Whether the product has been refunded.
Example: false
refunded_amountstringdeprecated
The amount refunded from this transaction; always returns 0. (Float, Float-As-String, Integer)
Example: 0.0000
return_idnumber
Numeric ID for the refund.
Example: 0
wrapping_namestring
Name of gift-wrapping option.
Example: null
base_wrapping_cost
The value of the base wrapping cost. (Float, Float-As-String, Integer)
One of:stringnumber
Type: string
Example: 0.0000
wrapping_cost_ex_taxstring
The value of the wrapping cost, excluding tax. (Float, Float-As-String, Integer)
Example: 0.0000
wrapping_cost_inc_taxstring
The value of the wrapping cost, including tax. (Float, Float-As-String, Integer)
Example: 0.0000
wrapping_cost_taxstring
Tax applied to gift-wrapping option. (Float, Float-As-String, Integer)
Example: 0.0000
wrapping_messagestring
Message to accompany gift-wrapping option.
quantity_shippednumber
Quantity of this item shipped.
Example: 0
event_namestring
Name of promotional event/delivery date.
Example: null
event_datestring
Date of the promotional event/scheduled delivery.
fixed_shipping_coststring
Fixed shipping cost for this product. (Float, Float-As-String, Integer)
Example: 0.0000
ebay_item_idstring
Item ID for this product on eBay.
ebay_transaction_idstring
Transaction ID for this product on eBay.
option_set_idinteger
Numeric ID of the option set applied to the product.
Example: 5
parent_order_product_idinteger
ID of a parent product.
is_bundled_productboolean
Whether this product is bundled with other products.
Example: false
bin_picking_numberstring
Bin picking number for the physical product.
applied_discountsarray[object]
Array of objects containing discounts applied to the product.
product_optionsarray[object]
Array of product option objects.
external_idstring
ID of the order in another system. For example, the Amazon Order ID if this is an Amazon order.This field can be updated in a /POST, but using a /PUT to update the order will return a 400 error. The field 'external_id' cannot be written to. Please remove it from your request before trying again. It cannot be overwritten once set.
upcstring
Universal Product Code. Can be written to for custom products and catalog products.
<= 255 characters
variant_idinteger
Products variant_id. PUT or POST. This field is not available for custom products.
name_customerstring
The product name that is shown to customer in storefront.
Example: Fog Linen Chambray Towel - Beige Stripe
name_merchantstring
The product name that is shown to merchant in Control Panel.
[{"id":35,"order_id":125,"product_id":127,"variant_id":99,"order_address_id":18,"name":"Journal","name_customer":"Journal","name_merchant":"Journal","sku":"Jour-BLK","upc":"","type":"physical","base_price":"45.0000","price_ex_tax":"41.5700","price_inc_tax":"45.0000","price_tax":"3.4300","base_total":"45.0000","total_ex_tax":"41.5700","total_inc_tax":"45.0000","total_tax":"3.4300","weight":"0.0000","width":"0.0000","height":"0.0000","depth":"0.0000","quantity":1,"base_cost_price":"0.0000","cost_price_inc_tax":"0.0000","cost_price_ex_tax":"0.0000","cost_price_tax":"0.0000","is_refunded":false,"quantity_refunded":0,"refund_amount":"0.0000","return_id":0,"wrapping_name":"","base_wrapping_cost":"0.0000","wrapping_cost_ex_tax":"0.0000","wrapping_cost_inc_tax":"0.0000","wrapping_cost_tax":"0.0000","wrapping_message":"","quantity_shipped":0,"event_name":null,"event_date":"","fixed_shipping_cost":"0.0000","ebay_item_id":"","ebay_transaction_id":"","option_set_id":null,"parent_order_product_id":null,"is_bundled_product":false,"bin_picking_number":"","external_id":null,"fulfillment_source":"","brand":"BigCommerce","applied_discounts":[],"product_options":[{"id":18,"option id":38,"order_product_id":35,"product_option_id":121,"display_name":"Custom Logo Engraving","display_name_customer":"Custom Logo Engraving","display_name_merchant":"Custom Logo Engraving","display_value":"BigCommerceLogo.jpeg","display_value_customer":"BigCommerceLogo.jpeg","display_value_merchant":"BigCommerceLogo.jpeg","value":{"\\\"originalName\\\":\\\"BigCommerceLogo.jpeg\\\"":null,"\\\"temporaryPath\\\":\\\"121_fbfb71dfc5a5d911f62d8e35dedd6e45.jpeg\\\"":null,"\\\"path\\\":\\\"f606efcae7e179970b19c3658142c5d0.jpeg\\\"":null},"type":"File upload field","name":"Custom Logo Engraving","display_style":""}],"configurable_fields":[],"gift_certificate_id":null}]