amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
612 stars 736 forks source link

Retrieve reports scheduled in the Seller Central -> Order Reports #929

Closed dev8-de closed 2 years ago

dev8-de commented 3 years ago

Hello,

how can I retrieve the order reports that are scheduled in the seller central (See screenshot).

amazon-schedule

Is there an equivalent to _GET_FLAT_FILE_ORDERSDATA from MWS?

Regards.

webinsect-rishabh commented 3 years ago

@easy-easy Have you got any idea about this ?

ulandj commented 3 years ago

@easy-easy @webinsect-rishabh

Is there an equivalent to GET_FLAT_FILE_ORDERS_DATA from MWS?

have you found a solution for this?

ulandj commented 3 years ago

@ShivikaK @rugved1991 regarding this announcement: Do I understand correctly that MWS API _GET_FLAT_FILE_ORDERS_DATA_ report type is deprecated and it is not recommended to use it in the SP API from the following part of the announcement?

All Amazon MWS Reports will be deprecated as previously mentioned. Accessing the correlating report types for these Amazon
MWS reports in SP-API will require the use of the new access protocol via the Tokens API and Restricted Data Token (RDT):
_GET_AMAZON_FULFILLED_SHIPMENTS_DATA_
_GET_FLAT_FILE_ACTIONABLE_ORDER_DATA_
_GET_FLAT_FILE_ALL_ORDERS_DATA_BY_LAST_UPDATE_
_GET_FLAT_FILE_ALL_ORDERS_DATA_BY_ORDER_DATE_
_GET_FLAT_FILE_ORDERS_DATA_
_GET_FLAT_FILE_VAT_INVOICE_DATA_REPORT_
_GET_GST_MTR_B2B_CUSTOM_
_GET_ORDERS_DATA_
_GET_VAT_TRANSACTION_DATA_
_GST_MTR_B2B_
_SC_VAT_TAX_REPORT_

Or may we use it in the SP API using the new access protocol via the Tokens API and Restricted Data Token (RDT) in order to get all orders with statuses - unshippped, shipped, pending from all regions - NA, EU, FE?

Thanks in advance!

github-actions[bot] commented 2 years ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.

VishruthVB commented 1 year ago

Hi Instead of GET_FLAT_FILE_ORDERS_DATA from mws which report I need to use in sp-api?