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
569 stars 730 forks source link

[BUG] [SP-API] [Issue] Get Listing and catalogue for Vendors #2794

Closed gaelayo closed 4 months ago

gaelayo commented 4 months ago

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[x] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

SP-API Name and Version or Report/Feed Type

Expected Behavior

I would like to be able to obtain the full listing and catalogue for a given Vendor. This is currently possible for sellers with the GET_MERCHANT_LISTINGS_ALL_DATA report type. The searchCatalogItems operation does not permit getting all the ASIN for a given seller, without specifying keywords or identifiers, thus having an incomplete results.

Current Behavior

There is not way to get the catalogue or the listing for a vendor using the API. The catalogue is obtainable from the front-end of Vendor central, but I would like to be able to

Context/Screenshots

This is certainly related to https://github.com/amzn/selling-partner-api-models/issues/2350 where @chapmanjw stated that there was no way to accomplish this, but that this was on the roadmap. It was two years ago, so I was wondering if there were any news about this.

rugved1991 commented 4 months ago

Hi @gaelayo,

Thanks for resurfacing this feature request. We still have this feature request in our backlog. We do not have any specific ETAs on when this feature would be made available. Please stay tuned to our Announcements page for future updates.

Best, Rugved Solutions Architect, SP-API

chapmanjw commented 4 months ago

@gaelayo We are working on a searchListingsItems operation for the Listings Items API that will serve this function (and will behave similarly to the searchCatalogItems operation for the Catalog Items API). Stay tuned for announcements on when this becomes available.

HamzaDevz commented 3 months ago

Hello @chapmanjw,

A report is existing to get the whole live catalog for Vendors ?

Today we're sending COSTINV feed via EDI, we never know if it's correctly updated. Amazon is keep ordering even if it's unavailable, for some products COSTINV feed is not even taken into account.

FilipMasar commented 1 month ago

@chapmanjw any updates when searchListingsItems might be available? We would also like to fetch all products posted by a specific seller. In the meantime, is there some other way that you would recommend us doing that?