OrderItem

The product item of an order or a tracking.

The product item of an order or a tracking.

external_product_id
string or null
required

The product id in the store.

Example:
3123213
product_title
string or null
required

The product title.

Example:
T-shirt
url
string<uri> or null
required

The product URL on the store’s website.

>= 1 characters
Example:
http://example.com/t-shirt.html
image_url
string<uri> or null
required

The image URL of the product.

>= 1 characters
Example:
http://example.com/images/t-shirt.png
quantity
number or null
required

The item quantity of the order.

Example:
2
unit_price
Money or null
required

The money object is used to represent the currency amount. In some cases, if it cannot parse the currency from the symbol, the currency will be null while the symbol will have a value.

Example:
{"amount":"1.00","currency":"USD","symbol":"$"}
amount
string or null
required

The amount. It can be negative.

Example:
1.00
currency
string or null
required

The currency.

Example:
USD
symbol
string or null
required

The symbol of currency.

Example:
$
compare_unit_price
Money or null
required

The money object is used to represent the currency amount. In some cases, if it cannot parse the currency from the symbol, the currency will be null while the symbol will have a value.

Example:
{"amount":"1.00","currency":"USD","symbol":"$"}
total_price
Money or null
required

The money object is used to represent the currency amount. In some cases, if it cannot parse the currency from the symbol, the currency will be null while the symbol will have a value.

Example:
{"amount":"1.00","currency":"USD","symbol":"$"}
compare_total_price
Money or null
required

The money object is used to represent the currency amount. In some cases, if it cannot parse the currency from the symbol, the currency will be null while the symbol will have a value.

Example:
{"amount":"1.00","currency":"USD","symbol":"$"}
variant_description
string or null
required

The variant description.

Example:
size: XL - color: red
status
string or null
required

Represents the item's display status.Show all...

Example
preparing...