Docs

Search Listings Items

Finds listings items in Amazon Seller.

GET

Query

Arguments
string

A comma-delimited list of datasets that you want to include in the response. Default: `summaries` - summaries Summary details for the listing item. - attributes A JSON object that contains structured listing item attribute data, keyed by attribute name. - issues Issues that are associated with the listing item. - offers Current offers for the listing item. - fulfillmentAvailability Fulfillment availability details for the listing item. - procurement Vendor procurement details for the listing item. - relationships Relationship details for a listing item (for example, variations). - productTypes Product types associated with a listing item.

stringrequired

A comma-delimited list of Amazon marketplace identifiers for the request. ( max length ≤ 1 )

string

A type of product identifiers that you can use to search for listings items. Note: This is required when `identifiers` is provided.

string

A comma-delimited list of product identifiers that you can use to search for listings items. ( max length ≤ 20 ) Note: This is required when you specify `identifiersType` You cannot use 'identifiers' if you specify `variationParentSku` or `packageHierarchySku`.

string

Filters results to include listing items that are variation children of the specified SKU. Note: You cannot use `variationParentSku` if you include `identifiers` or `packageHierarchySku` in your request.

string

Filter results to include listing items that contain or are contained by the specified SKU. Note: You cannot use `packageHierarchySku` if you include `identifiers` or `variationParentSku` in your request.

string

Filter results to include only listing items that have issues that match one or more of the specified severity levels. - ERROR Indicates that an issue has occurred, which prevented the submission from processing. For example, a validation error. - WARNING Indicates an issue has occurred that should be reviewed, but it has not prevented the submission from processing.

string

Filter results to include only listing items that have the specified status. - BUYABLE The listings item that shoppers can purchase. This status does not apply to vendor listings. - DISCOVERABLE The listings item is visible to shoppers.

string

Filter results to include only listing items that don't contain the specified statuses. - BUYABLE The listings item can be purchased by shoppers. This status does not apply to vendor listings. - DISCOVERABLE The listings item is visible to shoppers.

string

A date-time that is used to filter listing items. The response includes listings items that were created at or after this time. Values are in ISO 8601 date-time format.

string

A date-time that is used to filter listing items. The response includes listings items that were created at or before this time. Values are in ISO 8601 date-time format.

string

A date-time that is used to filter listing items. The response includes listings items that were last updated at or after this time. Values are in ISO 8601 date-time format.

string

A date-time that is used to filter listing items. The response includes listings items that were last updated at or before this time. Values are in ISO 8601 date-time format.

Uncommon arguments
string

A locale that is used to localize issues. When not provided, the default language code of the first marketplace is used. Examples: "en_US", "fr_CA", "fr_FR". When a localization is not available in the specified locale, localized messages default to "en_US".

PaginationRequest a specific window of rows with limit and offset. Learn more
number

Maximum number of rows to return.

number

Number of rows to skip.

SortingChoose the order of returned rows when this action supports sorting. Learn more
string

Comma-separated sort fields; prefix with - for descending.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.