OrderItemV2

The product item of an order or a tracking.

external_product_id
string or null
required

The product id in the store.

Example:
3123213
title
string or null
required

The product title.

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

The product URL on the store’s website.

>= 1 characters
Example:
http://example.com/t-shirt.html
image_url
string or null
<uri>
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
MoneyV2 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","raw_symbol":"$"}
amount
string or null
required

The amount. It can be negative.

Example:
1.00
currency
string or null
required

The currency.

Example:
USD
raw_symbol
string or null
required

The original currency symbol extracted from the email.Show all...

Example:
$
compare_unit_price
MoneyV2 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","raw_symbol":"$"}
total_price
MoneyV2 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","raw_symbol":"$"}
compare_total_price
MoneyV2 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","raw_symbol":"$"}
variant_description
string or null
required

The variant description.

Example:
size: XL - color: red
Example
preparing...