Listings
List all listings
Returns a list of your listings. The listings are returned sorted by creation date when they were imported into Aura for the first time, with the most recent listings appearing first.
Parameters
Only return listings for this platform. One of amazon
or walmart
.
Only return listings for the channel specified by this channel ID.
Only return listings with the specified status. One of active
or inactive
.
Only return listings with this SKU.
More parameters
Returns
A dictionary with a data
property that contains an array of up to limit
listings, starting after listing starting_after
. Each entry in the array is a separate listing object. If no more listings are available, the resulting array will be empty. If you provide a non-existent channel ID, this call returns an error.