Order Item

source_id
string
required

A globally-unique identifier for the item.

title
string
required

Name of the product

>= 1 characters
quantity
integer
required

Quantity of the item in order

unit_insured_amount
Amount
required

Indicate the insured amount for each individual item

amount
string
required
Example:
12.34
Match pattern:
^[0-9.]+$
currency
string
required

Only support USD for now

>= 3 characters<= 3 characters
Example:
USD
Match pattern:
^[A-Z]{3}$
sku
string

SKU of the product item

>= 1 characters
image_urls
array[string]

item image urls

Example
preparing...