Orders
GET {{SL_BASE_URL}}/api/sales/orders?seller_id=<string>&marketplace_id=<string>&start_date=<yyyy-mm-dd>&end_date=<yyyy-mm-dd>&per_page=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
seller_id | string | (Required) The Amazon Seller ID | |
marketplace_id | string | (Required) The Amazon Marketplace ID | |
start_date | string | (Optional) Start period; must be in yyyy-mm-dd format, e.g. 2019-01-01 | |
end_date | string | (Optional) End period; must be in yyyy-mm-dd format, e.g. 2019-12-31 | |
per_page | string | (Required) Number of records per page, e.g. 500 (recommended), 1000 | |
page | string | (Optional) Jump on page number, e.g. 3,7 | |
amazon_order_id | string | (optional) Amazon Order ID |
RESPONSES
status: OK
{"current_page":1,"data":{"1xx-0xxxxxx-xxxxxx9":{"purchased_at":"2021-12-03 10:14:02","amazon_order_id":"1xx-0xxxxxx-xxxxxx9","account_title":"some text here","marketplace_name":"US","order_status":"Shipped","recipient":"","fulfillment_channel":"AFN","sales_channel":"Amazon.com","carrier":"AMZN_US","tracking_number":"Txxxxxxyyy11yyy","last_updated_at":"2021-12-03 09:40:58","is_business_order":0,"currency":"USD","buyer":{"buyer_email":"some text here","zip":null,"city":null,"country":null,"state":null},"sale_order_items":{"5xxx4xxxxxx8x":{"price":"14.95","item_discount":0,"discounted_price":"15.85","total_promo_amount":"0.00","discount_ratio":"0.00","promotion_ids":null,"quantity":1,"quantity_returned":0,"returned_at":null,"revenue":"14.95","cost":"-2.66","shipping_cost":"0.00","quantity_shipped":1,"miscellaneous_costs":"0.00","fees":"-4.94","amz_taxes":"0.90","vat":"0.00","vat_percentage":0,"profit":"7.35","net_roi":"96.77","net_margin":"49.18","item_tax":"0.90","shipping_price":"0.00","shipping_discount":"0.00","shipping_tax":"0.00","is_gift":1,"giftwrap_price":"0.00","giftwrap_tax":"0.00","giftwrap_level":null,"cod_fee":"0.00","cod_fee_discount":"0.00","price_designation":null,"delivery_start_date":"2021-12-03 10:08:27","delivery_end_date":"2021-12-03 10:08:27","item_id":"5xxx4xxxxxx8x","withheld_tax":"-0.90","remitting_tax":"0.00","products":{"ProductSKUxxx":{"sku":"ProductSKUxxx","fnsku":"xxxxyyyyxxxxyy","asin":"Bxxxxx6xxx","parent_asin":null,"is_parent":0,"internal_name":null,"title":"some text here some text here some text here some text here some text here","brand_name":"some text here","product_group":null,"tags":null,"image_url":"https://m.media-amazon.com/images/I/sssxxxxssxss._SL75_.jpg"}}}}},"1xx-xxxxxxx-xxxxxx1":{"purchased_at":"2021-12-05 18:11:23","amazon_order_id":"1xx-xxxxxxx-xxxxxx1","account_title":"some text here","marketplace_name":"US","order_status":"Shipped","recipient":"","fulfillment_channel":"AFN","sales_channel":"Amazon.com","carrier":"AMZN_US","tracking_number":"Txxxxxxyyyyyyyy","last_updated_at":"2021-12-03 07:39:47","is_business_order":0,"currency":"USD","buyer":{"buyer_email":"some text here","zip":null,"city":null,"country":null,"state":null},"sale_order_items":{"1xxx0000xxxx00":{"price":"14.95","item_discount":0,"discounted_price":"16.18","total_promo_amount":"0.00","discount_ratio":"0.00","promotion_ids":null,"quantity":1,"quantity_returned":0,"returned_at":null,"revenue":"14.95","cost":"-3.80","shipping_cost":"0.00","quantity_shipped":1,"miscellaneous_costs":"0.00","fees":"-4.94","amz_taxes":"1.23","vat":"0.00","vat_percentage":0,"profit":"6.21","net_roi":"71.05","net_margin":"41.54","item_tax":"1.23","shipping_price":"0.00","shipping_discount":"0.00","shipping_tax":"0.00","is_gift":1,"giftwrap_price":"0.00","giftwrap_tax":"0.00","giftwrap_level":null,"cod_fee":"0.00","cod_fee_discount":"0.00","price_designation":null,"delivery_start_date":"2021-12-03 07:59:19","delivery_end_date":"2021-12-03 07:59:19","item_id":"1xxx0000xxxx0","withheld_tax":"-1.23","remitting_tax":"0.00","products":{"ProductSKUxxx":{"sku":"ProductSKUxxx","fnsku":"xxxxxxxx","asin":"B0xxxxxxxx","parent_asin":null,"is_parent":0,"internal_name":null,"title":"some text here some text here some text here some text here","brand_name":"some text here","product_group":"some text here","tags":"some,text,here,","image_url":"https://m.media-amazon.com/images/I/xxyyxyxyyx._SL75_.jpg"}}}}}},"first_page_url":"https://app.sellerlegend.com/api/sales/orders?seller_id=A2xxxxxxxxxxxx\u0026marketplace_id=A1F83G8C2ARO7P\u0026start_date=2021-12-01\u0026end_date=2021-12-05\u0026per_page=250\u0026date_range=0\u0026page=1","from":1,"next_page_url":"https://app.sellerlegend.com/api/sales/orders?seller_id=A2xxxxxxxxxxxx\u0026marketplace_id=A1F83G8C2ARO7P\u0026start_date=2021-12-01\u0026end_date=2021-12-05\u0026per_page=250\u0026date_range=0\u0026page=2","path":"https://app.sellerlegend.com/api/sales/orders","per_page":"250","prev_page_url":null,"to":244}