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
534 stars 722 forks source link

Report GET_MERCHANT_LISTINGS_ALL_DATA Don`t contain all fields according documentation #3999

Open maciej-kosiedowski opened 1 week ago

maciej-kosiedowski commented 1 week ago

Hi, GET_MERCHANT_LISTINGS_ALL_DATA starts returning different result from couple of days. Now report returns:

item-name   item-description    listing-id  seller-sku  price   quantity    open-date   Deprecated column   item-is-marketplace product-id-type Deprecated column   item-note   item-condition  Deprecated column   Deprecated column   Deprecated column   asin1   Deprecated column   Deprecated column   will-ship-internationally   expedited-shipping  Deprecated column   product-id  Deprecated column   add-delete  pending-quantity    fulfilment-channel  merchant-shipping-group status  Minimum order quantity  Sell remainder

"Deprecated column" -> Change is undocumented https://developer-docs.amazon.com/sp-api/docs/report-type-values-inventory

It' intended change and we need update our code, or it`s mistake form your side?

maciej-kosiedowski commented 1 week ago

Issue is observed right now only for one connected account

B3lg4r4th commented 1 day ago

I'm pretty sure some of the inventory reports that are available through Seller Central as well as the SP-API can be customized in Seller Central in regards to which columns they have when exported - perhaps this is one of them?

maciej-kosiedowski commented 1 day ago

Thanks @B3lg4r4th for comment. I tested this theory. For "reportOptions":{"custom":"true or false"} I`m still getting "Deprecated column" in response.

Default for this field is set to False, so we generally fetch always default version of reports