Listings V3
📄️ Update listing price request
Update listing price request
📄️ Update listing inventory request
Update listing inventory request
📄️ Get listings for SKUs
Get listings for SKUs
📄️ Update listing request
Update listing request
📄️ Create listing request
Create listing request
📄️ Listing Search
It lets the seller/partner to fetch all of the seller's listings along with FSN and SKU in a batch of 500. Payload can contain `listing_status` and `page_id`. One can pass ACTIVE/INACTIVE in the `listing_status` or don't pass the `listing_status` field for fetching all the listings. `page_id` can be null or encrypted `page_id`. Provide null as the `page_id` when retrieving the first page. For subsequent pages, use the `next_page_id` from the previous response as the `page_id`, but only if `has_more` is true.
📄️ Get listings details for SKUs
This API returns detailed listing information for the specified SKU IDs. Maximum 10 SKU IDs are supported per request.
📄️ Search listings and product details
Retrieve listings and product details for the specified search criteria. At a time, a maximum of 20 listings are returned per batch based on the `internalState` filter. Use `batchNo` for pagination: start with `0` for the first batch; subsequent batches use incrementing values to fetch the next set of up to 20 listings.