Procedures
Automation procedures in the Amazon Selling Partner book.
Ensure that you have installed or connected the Amazon Selling Partner book and created a new playground before using these automation procedures.
to retrieve (orders)
Retrieve orders from Amazon Selling Partner API.
Input Concepts
marketplace
Amazon marketplace (e.g., US, CA, GB)
enum[ae, au, be, br, ca, de, eg, es, fr, gb, in, it, jp, mx, nl, pl, sa, sandbox, se, sg, tr, us, za]
No
{'class_name': 'Marketplace', 'name': 'US', 'value': 'US'}
createdafter
Filter orders created after this date (e.g., "2024-11-01T00:00:00Z")
text
No
(no default)
last updated
Filter orders last updated after this date (e.g., "2024-11-01T00:00:00Z")
text
No
(no default)
Output Concepts
Examples
Get orders created after a specific date
retrieve orders from amazon selling partner with
the marketplace is "US"
the createdafter is "2024-11-01T00:00:00Z"
the limit is 100Get orders last updated after a specific date
retrieve orders from amazon selling partner with
the marketplace is "US"
the last updated is "2024-11-01T00:00:00Z"to retrieve an (order) from amazon selling partner
Retrieve order details from Amazon Selling Partner API.
Input Concepts
marketplace
Amazon marketplace (e.g., US, CA, GB)
enum[ae, au, be, br, ca, de, eg, es, fr, gb, in, it, jp, mx, nl, pl, sa, sandbox, se, sg, tr, us, za]
Yes
(no default)
order id
The Amazon order identifier (e.g., "123-4567890-1234567")
text
Yes
(no default)
Output Concepts
Examples
Get a specific order by ID
Get order and check status
Get order and extract buyer email
Last updated
Was this helpful?
