The order object contains at least 1 order number (order.number
) or 1 tracking information (order.trackings.tracking_number
). See Minimum Valid Parsing Result.
The order object contains at least 1 order number (order.number
) or 1 tracking information (order.trackings.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.
Unique store code. The slug may be null when it cannot be identified from our store database, the other fields of stores (e.g. store.name
) will be non-standardized values. See
Store Slug
.
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 original currency symbol extracted from the email.Show all...
Order subtotal amount.
The amount. It can be negative.
The currency.
The original currency symbol extracted from the email.Show all...
Total shipping amount.
The amount. It can be negative.
The currency.
The original currency symbol extracted from the email.Show all...
Total tax amount.
The amount. It can be negative.
The currency.
The original currency symbol extracted from the email.Show all...
Total discount amount.
The amount. It can be negative.
The currency.
The original currency symbol extracted from the email.Show all...
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 datetime parsed from the email. The maximum will be null if the estimated delivery datetime 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.
Whether the order requires shipping. If null, it means that AfterShip Parser is uncertain whether the order needs to be shipped and the user is required to make their own judgment.
preparing...