Product

name
string
required

Name of the product

>= 1 characters
quantity
number
required

Quantity of the product in order

price
Amount
required
amount
string
required
Match pattern:
^[0-9.]+$
currency
string
required
>= 3 characters<= 3 characters
Example:
USD
Match pattern:
^[A-Z]{3}$
sku
string

SKU of the product item

>= 1 characters
images
array[string]
required

product image urls

Example
preparing...