1. Order retrieval
Lengow retrieves new orders or modified orders on Amazon website:
- Every 30 minutes, for new orders made or amended in the last 4 hours
- Every 2 hours, for new orders made or amended in the last 5 days (Amazon FR, US, MX)
- Once a day, for new orders made or amended in the last 5 days (other Amazon countries)
2. Order processing
Orders go through various statuses in Lengow while being processed.
For Amazon here are the Lengow statuses you can find on your orders:
✅ "new" is Lengow status for:
- "Pending"
- "PendingAvailability"
Possible action on "new" order: cancel. Cancel action requires "reason" to be specified. This action could be done for product line.
✅ "waiting_shipment" is Lengow status for:
- "PartiallyShipped"
- "Unfulfillable"
- "Unshipped"
Possible actions on "waiting_shipment" order (both actions can be done for a product line) :
- cancel. Cancel action requires "reason" to be specified.
- ship. Ship action requires "carrier" and "shipping method" to be specified. The "tracking number" is also required and must be valid. The "shipping date" has also to be filled in.
Note: For the "shipping method", Amazon allows free values (alphanumeric text, 50 characters max. - example: "Standard - DHL").
If the selected "carrier" is "Other", then "carrier_name" must be filled in (free values are allowed).
Example: "carrier_name": "TestDelivery".
✅ "shipped" is Lengow status for:
- "InvoiceUnconfirmed"
- "Shipped"
Possible action on "shipped" order: refund. Refund action requires "reason" and "line" to be specified. You may also indicate the refund price amount (excluding tax), the refund taxes amount, the refund quantity, the refund shipping price amount and the refund shipping taxes amount.
✅ "canceled" is Lengow status for:
- "Canceled"
No action possible on canceled orders.
- "Refunded"
- is_express: orders that requires express delivery, for example in the Amazon Prime program
- is_delivered_by_marketplace: the order or the product is sent by the marketplace (FBA).
- is_business: B2B order
- is_prime: specific to Amazon
VAT Management
Lengow retrieves from Amazon VAT information through Amazon Orders API.
Then, Lengow makes these data available for you to understand wether Amazon collect VAT for each order and which VAT management portal is involved.
Where to find this data?
- Do you manage orders through Lengow API? These data are available through Lengow's Orders API.
- Do you manage orders in Lengow platform? These data are available in the orders export.
- Do you manage orders in your back office, through Lengow plugin? These data are available in the JSON text field.
Amazon Prime orders
Identify Amazon Prime orders using Lengow API:
-
Find "prime" value in "order_types" node
"order_types": [ { "type": "is_prime", "label": "Prime" } ]
-
Or check for "true" value in node "is_express" for your Amazon Prime orders.