Transactions

GET {{SL_BASE_URL}}/api/sales/transactions?seller_id=<string>&marketplace_id=<string>&start_date=<yyyy-mm-dd hh:mm:ss>&end_date=<yyyy-mm-dd hh:mm:ss>&per_page=<integer>

Request Params

KeyDatatypeRequiredDescription
seller_idstring(Required) The Amazon Seller ID
marketplace_idstring(Required) The Amazon Marketplace ID
start_datestring(Optional) Start period; must be in yyyy-mm-dd format, e.g. 2019-01-01
end_datestring(Optional) End period; must be in yyyy-mm-dd format, e.g. 2019-12-31
per_pagestring(Required) Number of records per page, e.g. 500 (recommended), 1000
pagestring(Optional) Jump on page number, e.g. 3,7

RESPONSES

status: OK

{&quot;current_page&quot;:1,&quot;data&quot;:[{&quot;posted_at&quot;:&quot;2022-01-01 00:03:20&quot;,&quot;amazon_order_id&quot;:null,&quot;account_title&quot;:&quot;some text here&quot;,&quot;marketplace&quot;:&quot;US&quot;,&quot;asin&quot;:&quot;B0xxxxxxxx&quot;,&quot;amount&quot;:10.01,&quot;event_type&quot;:&quot;Adjustment&quot;,&quot;amount_category&quot;:&quot;WarehouseDamage&quot;,&quot;transaction_type&quot;:&quot;Fees&quot;,&quot;currency&quot;:&quot;USD&quot;},{&quot;posted_at&quot;:&quot;2022-01-01 00:10:55&quot;,&quot;amazon_order_id&quot;:&quot;1xx-xxxxxxx-xxxxxxx&quot;,&quot;account_title&quot;:&quot;some text here&quot;,&quot;marketplace&quot;:&quot;US&quot;,&quot;asin&quot;:&quot;B0xxxxxxxx&quot;,&quot;amount&quot;:14.95,&quot;event_type&quot;:&quot;Shipment&quot;,&quot;amount_category&quot;:&quot;Principal&quot;,&quot;transaction_type&quot;:&quot;Charges&quot;,&quot;currency&quot;:&quot;USD&quot;},{&quot;posted_at&quot;:&quot;2022-01-01 00:10:55&quot;,&quot;amazon_order_id&quot;:&quot;1xx-xxxxxxx-xxxxxxx&quot;,&quot;account_title&quot;:&quot;some text here&quot;,&quot;marketplace&quot;:&quot;US&quot;,&quot;asin&quot;:&quot;B0xxxxxxxx&quot;,&quot;amount&quot;:-2.7,&quot;event_type&quot;:&quot;Shipment&quot;,&quot;amount_category&quot;:&quot;FBAPerUnitFulfillmentFee&quot;,&quot;transaction_type&quot;:&quot;Fees&quot;,&quot;currency&quot;:&quot;USD&quot;}],&quot;first_page_url&quot;:&quot;https://app.sellerlegend.com/api/sales/transactions?seller_id=A2xxxxxxxxxxxx\u0026marketplace_id=A1F83G8C2ARO7P\u0026start_date=2022-01-01%2000%3A00%3A00\u0026end_date=2022-01-01%2000%3A29%3A59\u0026per_page=500\u0026page=1&quot;,&quot;from&quot;:1,&quot;next_page_url&quot;:null,&quot;path&quot;:&quot;https://app.sellerlegend.com/api/sales/transactions&quot;,&quot;per_page&quot;:&quot;500&quot;,&quot;prev_page_url&quot;:null,&quot;to&quot;:1290}