The order object contains at least 1 order information (order.order_number
+ order.store
) or 1 tracking information (order.trackings.n.tracking_number
). See Minimum Valid Parsing Result.
The order object contains at least 1 order information (order.order_number
+ order.store
) or 1 tracking information (order.trackings.n.tracking_number
). See Minimum Valid Parsing Result.
Order number.
Date string in YYYY-MM-DD format.
Time string in HH:mm:ss format
UTC offset in hour.
Timezone identifier follows timezone database name.
Order status.
Store object
Store name.
Store website URL
The logo image url of the store.
The phone number object.
Items in this order.
The product id in the store.
The product title.
The product URL on the store’s website.
The image URL of the product.
The item quantity of the order.
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.
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.
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.
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.
The variant description.
Represents the item's display status.Show all...
Address raw location.
The phone number object.
The shipping method.
The shipping method title.
Order total amount.
The amount. It can be negative.
The currency.
The symbol of currency.
Order subtotal amount.
The amount. It can be negative.
The currency.
The symbol of currency.
Total shipping amount.
The amount. It can be negative.
The currency.
The symbol of currency.
Total tax amount.
The amount. It can be negative.
The currency.
The symbol of currency.
Total discount amount.
The amount. It can be negative.
The currency.
The symbol of currency.
All other prices defined by the store (except order_total
, subtotal
, shipping_total
, tax_total
, discount_total
).
Price description.
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.
Trackings parsed from the email.
Tracking status.
Tracking number.
Unique code of the courier.
Additional information to identify the shipment and ensure its uniqueness.
Items in the package.
The tracking_link is the link to the tracking page.
It refers to the estimated delivery date parsed from the email. The maximum will be null if the estimated delivery date does not have a valid time range.
It refers to the starting value of the estimated delivery date.
It refers to the ending value of the estimated delivery date. It will be null if the estimated delivery date does not have a valid time range.
preparing...