Queries on SP-API Capabilities #4181
-
Hello, Currently I have access to sandbox version of SP-API which returns static data incase of orders and it returns nothing for the reports part. I've requested PROD API access by filling in the questionare to get the API credentails for my selling account and as it is in progress of review, I would like to get some support from the SP-API team on the below queries so it can help me to develop an inteagration with my ERP system.
NOTE: The seller account is part of the FBA program only. It would really help a lot if someone can answer my above queries. Thanks in advance! Regards, S Gopi Krishna |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Gopikrish25, Thanks for reaching out. 1 - The Orders API provides you with all orders. You can filter results by 2 - For returns, please check this return reports section and the FBA returns report. 3 - That depends on the order report. For example XML and Flat File All order reports would be different. A flat-file would be mostly similar to an All-Order report downloaded from Seller Central. Please keep in mind that order reports columns can be customized using the column picker. If the seller changes the columns on Seller Central, the report returned from the API will also include those. SP-API also provides a Notifications API. the ORDER_CHANGE notification type is one example which is important to know as you work on your order workflow development. You can read more on this notification here. Best, |
Beta Was this translation helpful? Give feedback.
Hi @Gopikrish25,
Thanks for reaching out.
1 - The Orders API provides you with all orders. You can filter results by
FulfillmentChannels
in this operation or check theFulfillmentChannel
in the order response.2 - For returns, please check this return reports section and the FBA returns report.
3 - That depends on the order report. For example XML and Flat File All order reports would be different. A flat-file would be mostly similar to an All-Order report downloaded from Seller Central. Please keep in mind that order reports columns can be customized using the column picker. If the seller changes the columns on Seller Central, the report returned from the API will also include those.
You…