Skip to main content
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

enum
Only return listings for this platform. One of amazon or walmart.
string
Only return listings for the channel specified by this channel ID.
enum
Only return listings with the specified status. One of active or inactive.
string
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.