Amazon Orders

get/api/amazon/orders

Query parameters

{"stackTrail":"paths:/api/amazon/orders:get:parameters:0:schema:items","oasType":"schema","type":"unknown"}

States in array format: e.g. states[]=Unshipped or states[]=Unshipped&states[]=Pending

fromDatestring

Return Orders after the specified date and time in UTC. e.g. '2016-11-21T13:53:49.000000Z'

withoutItemsstring

Indicates whether should (present in query) response contain order items or not

{"stackTrail":"paths:/api/amazon/orders:get:parameters:3:schema:items","oasType":"schema","type":"unknown"}

OrderIds in array format: e.g. orderIds[]=1111 or orderIds[]=1111&orderIds[]=2222

Response

Returns Amazon Orders

Changes