HomeDocumentationCode SamplesAPI ReferenceAnnouncementsModelsRelease NotesFAQGitHubVideos
Developer HubAPI StatusSupport
Documentation
Developer HubAPI StatusSupport

Listings Items API v2021-08-01 Reference

Access selling partner listings data on Amazon.

The Selling Partner API for Listings Items (Listings Items API) provides programmatic access to selling partner listings on Amazon. Use this API in collaboration with the Selling Partner API for Product Type Definitions, which you use to retrieve the information about Amazon product types needed to use the Listings Items API.

For more information, see the Listings Items API Use Case Guide.

Version information

Version : 2021-08-01

Contact information

Contact : Selling Partner API Developer Support
Contact URL : https://sellercentral.amazon.com/gp/mws/contactus.html

License information

License : Apache License 2.0
License URL : http://www.apache.org/licenses/LICENSE-2.0

URI scheme

Host : sellingpartnerapi-na.amazon.com
Schemes : HTTPS

Consumes

  • application/json

Produces

  • application/json

Operations

getListingsItem
putListingsItem
deleteListingsItem
patchListingsItem
searchListingsItems

Paths

GET /listings/2021-08-01/items/{sellerId}/{sku}

Operation: getListingsItem

Description

Returns details about a listings item for a selling partner.

Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to URL Encoding.

Usage Plan:

Rate (requests per second)Burst
510

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Parameters

TypeNameDescriptionSchemaDefault
PathsellerId
required
A selling partner identifier, such as a merchant account or vendor code.string-
Pathsku
required
A selling partner provided identifier for an Amazon listing.string-
QuerymarketplaceIds
required
A comma-delimited list of Amazon marketplace identifiers for the request.
Max count : 1
< string > array(csv)-
QueryissueLocale
optional
A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: en_US, fr_CA, fr_FR. Localized messages default to en_US when a localization is not available in the specified locale.string-
QueryincludedData
optional
A comma-delimited list of data sets to include in the response. Default: summaries.< enum (IncludedData) > array(csv)summaries

Responses

HTTP CodeDescriptionSchema
200Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : Unique request reference identifier.
Item

For error status codes, descriptions and schemas, see Error responses and schemas.

Consumes

  • application/json

Produces

  • application/json

PUT /listings/2021-08-01/items/{sellerId}/{sku}

Operation: putListingsItem

Description

Creates or fully updates an existing listings item for a selling partner.

Note: This operation has a throttling rate of one request per second when mode is VALIDATION_PREVIEW.

Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to URL Encoding.

Usage Plan:

Rate (requests per second)Burst
510

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Parameters

TypeNameDescriptionSchemaDefault
PathsellerId
required
A selling partner identifier, such as a merchant account or vendor code.string-
Pathsku
required
A selling partner provided identifier for an Amazon listing.string-
QuerymarketplaceIds
required
A comma-delimited list of Amazon marketplace identifiers for the request.
Max count : 1
< string > array(csv)-
QueryincludedData
optional
A comma-delimited list of data sets to include in the response. Default: issues.< enum (IncludedData) > array(csv)issues
Querymode
optional
The mode of operation for the request.enum (Mode)-
QueryissueLocale
optional
A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: en_US, fr_CA, fr_FR. Localized messages default to en_US when a localization is not available in the specified locale.string-
Bodybody
required
The request body schema for the putListingsItem operation.ListingsItemPutRequest-

Responses

HTTP CodeDescriptionSchema
200Successfully understood the request to create or fully-update a listings item. See the response to determine if the submission has been accepted.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : Unique request reference identifier.
ListingsItemSubmissionResponse

For error status codes, descriptions and schemas, see Error responses and schemas.

Consumes

  • application/json

Produces

  • application/json

DELETE /listings/2021-08-01/items/{sellerId}/{sku}

Operation: deleteListingsItem

Description

Delete a listings item for a selling partner.

Note: The parameters associated with this operation may contain special characters that must be encoded to successfully call the API. To avoid errors with SKUs when encoding URLs, refer to URL Encoding.

Usage Plan:

Rate (requests per second)Burst
510

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.

Parameters

TypeNameDescriptionSchema
PathsellerId
required
A selling partner identifier, such as a merchant account or vendor code.string
Pathsku
required
A selling partner provided identifier for an Amazon listing.string
QuerymarketplaceIds
required
A comma-delimited list of Amazon marketplace identifiers for the request.
Max count : 1
< string > array(csv)
QueryissueLocale
optional
A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: en_US, fr_CA, fr_FR. Localized messages default to en_US when a localization is not available in the specified locale.string

Responses

HTTP CodeDescriptionSchema
200Successfully understood the listings item delete request. See the response to determine whether the submission has been accepted.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : Unique request reference identifier.
ListingsItemSubmissionResponse

For error status codes, descriptions and schemas, see Error responses and schemas.

Consumes

  • application/json

Produces

  • application/json

PATCH /listings/2021-08-01/items/{sellerId}/{sku}

Operation: patchListingsItem

Description

Partially update (patch) a listings item for a selling partner. Only top-level listings item attributes can be patched. Patching nested attributes is not supported.

Usage Plan:

Rate (requests per second)Burst
55

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput can receive higher rate and burst values then those shown here. For more information, refer to Usage Plans and Rate Limits in the Selling Partner API documentation.

Parameters

TypeNameDescriptionSchemaDefault
PathsellerId
required
A selling partner identifier, such as a merchant account or vendor code.string-
Pathsku
required
A selling partner provided identifier for an Amazon listing.string-
QuerymarketplaceIds
required
A comma-delimited list of Amazon marketplace identifiers for the request.
Max count : 1
< string > array(csv)-
QueryincludedData
optional
A comma-delimited list of data sets to include in the response. Default: issues.< enum (IncludedData) > array(csv)issues
Querymode
optional
The mode of operation for the request.enum (Mode)-
QueryissueLocale
optional
A locale for localization of issues. When not provided, the default language code of the first marketplace is used. Examples: en_US, fr_CA, fr_FR. Localized messages default to en_US when a localization is not available in the specified locale.string-
Bodybody
required
The request body schema for the patchListingsItem operation.ListingsItemPatchRequest-

Responses

HTTP CodeDescriptionSchema
200Successfully understood the listings item patch request. See the response to determine if the submission was accepted.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : Unique request reference identifier.
ListingsItemSubmissionResponse

For error status codes, descriptions and schemas, see Error responses and schemas.

Consumes

  • application/json

Produces

  • application/json

GET /listings/2021-08-01/items/{sellerId}

Operation: searchListingsItems

Description

Search for and return a list of selling partner listings items and their respective details.

Usage Plan:

Rate (requests per second)Burst
55

The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that are applied to the requested operation, when available. The preceding table contains the default rate and burst values for this operation. Selling partners whose business demands require higher throughput might have higher rate and burst values than those shown here. For more information, refer to Usage Plans and Rate Limits.

Parameters

TypeNameDescriptionSchemaDefault
PathsellerId
required
A selling partner identifier, such as a merchant account or vendor code.string-
QuerymarketplaceIds
required
A comma-delimited list of Amazon marketplace identifiers for the request.
Max count : 1
< string > array(csv)-
QueryissueLocale
optional
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".string-
QueryincludedData
optional
A comma-delimited list of datasets that you want to include in the response. Default: summaries.< enum (IncludedData) > array(csv)summaries
Queryidentifiers
optional
A comma-delimited list of product identifiers that you can use to search for listings items.

Note:
1. This is required when you specify identifiersType.
2. You cannot use 'identifiers' if you specify variationParentSku or packageHierarchySku.
Max count : 20
< string > array(csv)-
QueryidentifiersType
optional
A type of product identifiers that you can use to search for listings items.

Note:
This is required when identifiers is provided.
enum (IdentifiersType)-
QueryvariationParentSku
optional
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-
QuerypackageHierarchySku
optional
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-
QuerycreatedAfter
optional
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 (date-time)-
QuerycreatedBefore
optional
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 (date-time)-
QuerylastUpdatedAfter
optional
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 (date-time)-
QuerylastUpdatedBefore
optional
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.string (date-time)-
QuerywithIssueSeverity
optional
Filter results to include only listing items that have issues that match one or more of the specified severity levels.< enum (WithIssueSeverity) > array(csv)-
QuerywithStatus
optional
Filter results to include only listing items that have the specified status.< enum (WithStatus) > array(csv)-
QuerywithoutStatus
optional
Filter results to include only listing items that don't contain the specified statuses.< enum (WithoutStatus) > array(csv)-
QuerysortBy
optional
An attribute by which to sort the returned listing items.enum (SortBy)"lastUpdatedDate"
QuerysortOrder
optional
The order in which to sort the result items.enum (SortOrder)"DESC"
QuerypageSize
optional
The number of results that you want to include on each page.
Maximum : 20
integer10
QuerypageToken
optional
A token that you can use to fetch a specific page when there are multiple pages of results.string-

Responses

HTTP CodeDescriptionSchema
200Success.
Headers :
x-amzn-RateLimit-Limit (string) : Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string) : Unique request reference identifier.
ItemSearchResults

For error status codes, descriptions and schemas, see Error responses and schemas.

Consumes

  • application/json

Produces

  • application/json

Error Responses and Schemas

This table contains HTTP status codes and associated information for error responses.

HTTP CodeDescriptionSchema
400Request has missing or invalid parameters and cannot be parsed.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
403Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
Headers:
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
404The resource specified does not exist.
Headers:
x-amzn-RateLimit-Limit (string):Your rate limit (requests per second) for this operation.
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
413The request size exceeded the maximum accepted size.
Headers:
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
415The request payload is in an unsupported format.
Headers:
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
429The frequency of requests was greater than allowed.
Headers:
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
500An unexpected condition occurred that prevented the server from fulfilling the request.
Headers:
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList
503Temporary overloading or maintenance of the server.
Headers:
x-amzn-RequestId (string):Unique request reference identifier.
ErrorList

Definitions

Error

Error response returned when the request is unsuccessful.

NameDescriptionSchema
code
required
An error code that identifies the type of error that occurred.string
message
required
A message that describes the error condition.string
details
optional
Additional details that can help the caller understand or fix the issue.string

ErrorList

A list of error responses returned when a request is unsuccessful.

NameSchema
errors
required
< Error > array

ItemSearchResults

Selling partner listings items and search related metadata.

NameDescriptionSchema
numberOfResults
required
The total number of selling partner listings items found for the search criteria (only results up to the page count limit will be returned per request regardless of the number found).

Note: The maximum number of items (SKUs) that can be returned and paged through is 1000.
integer
pagination
optional
If available, the nextToken and/or previousToken values required to return paginated results.Pagination
items
required
A list of listings items.< Item > array

Item

A listings item.

NameDescriptionSchema
sku
required
A selling partner provided identifier for an Amazon listing.string
summaries
optional
Summary details of a listings item.ItemSummaries
attributes
optional
A JSON object containing structured listings item attribute data keyed by attribute name.ItemAttributes
issues
optional
The issues associated with the listings item.ItemIssues
offers
optional
Offer details for the listings item.ItemOffers
fulfillmentAvailability
optional
The fulfillment availability for the listings item.< FulfillmentAvailability > array
procurement
optional
The vendor procurement information for the listings item.< ItemProcurement > array
relationships
optional
Relationships for a listing item, by marketplace (for example, variations).ItemRelationships
productTypes
optional
Product types for a listing item, by marketplace.ItemProductTypes

ItemSummaries

Summary details of a listings item.

Type : < ItemSummaryByMarketplace > array

ItemSummaryByMarketplace

Summary details of a listings item for an Amazon marketplace.

NameDescriptionSchema
marketplaceId
required
A marketplace identifier. Identifies the Amazon marketplace for the listings item.string
asin
optional
Amazon Standard Identification Number (ASIN) of the listings item.string
productType
required
The Amazon product type of the listings item.string
conditionType
optional
Identifies the condition of the listings item.enum (ConditionType)
status
required
Statuses that apply to the listings item.< enum (Status) > array
fnSku
optional
The fulfillment network stock keeping unit is an identifier used by Amazon fulfillment centers to identify each unique item.string
itemName
optional
The name or title associated with an Amazon catalog item.string
createdDate
required
The date the listings item was created in ISO 8601 format.string (date-time)
lastUpdatedDate
required
The date the listings item was last updated in ISO 8601 format.string (date-time)
mainImage
optional
The main image for the listings item.ItemImage

ItemImage

The image for the listings item.

NameDescriptionSchema
link
required
The link, or URL, to the image.string
height
required
The height of the image in pixels.integer
width
required
The width of the image in pixels.integer

ItemAttributes

A JSON object containing structured listings item attribute data keyed by attribute name.

Type : object

ItemIssues

The issues associated with the listings item.

Type : < Issue > array

Issue

An issue with a listings item.

NameDescriptionSchema
code
required
An issue code that identifies the type of issue.string
message
required
A message that describes the issue.string
severity
required
The severity of the issue.enum (Severity)
attributeNames
optional
The names of the attributes associated with the issue, if applicable.< string > array
categories
required
List of issue categories.

Possible vales:

  • INVALID_ATTRIBUTE - Indicating an invalid attribute in the listing.

  • MISSING_ATTRIBUTE - Highlighting a missing attribute in the listing.

  • INVALID_IMAGE - Signifying an invalid image in the listing.

  • MISSING_IMAGE - Noting the absence of an image in the listing.

  • INVALID_PRICE - Pertaining to issues with the listing's price-related attributes.

  • MISSING_PRICE - Pointing out the absence of a price attribute in the listing.

  • DUPLICATE - Identifying listings with potential duplicate problems, such as this ASIN potentially being a duplicate of another ASIN.

  • QUALIFICATION_REQUIRED - Indicating that the listing requires qualification-related approval.

  • Example : [ "INVALID_ATTRIBUTE" ]
    < string > array
    enforcements
    optional
    This field provides information about the enforcement actions taken by Amazon that affect the publishing or status of a listing. It also includes details about any associated exemptions.IssueEnforcements

    IssueEnforcements

    This field provides information about the enforcement actions taken by Amazon that affect the publishing or status of a listing. It also includes details about any associated exemptions.

    NameDescriptionSchema
    actions
    required
    List of enforcement actions taken by Amazon that affect the publishing or status of a listing.< IssueEnforcementAction > array
    exemption
    required
    The "exemption" field serves to convey the status of enforcement actions by Amazon.IssueExemption

    IssueEnforcementAction

    The enforcement action taken by Amazon that affect the publishing or status of a listing

    NameDescriptionSchema
    action
    required
    The enforcement action name.

    Possible values:

  • LISTING_SUPPRESSED - This enforcement takes down the current listing item's buyability.

  • ATTRIBUTE_SUPPRESSED - An attribute's value on the listing item is invalid, which causes it to be rejected by Amazon.

  • CATALOG_ITEM_REMOVED - This catalog item is inactive on Amazon, and all offers against it in the applicable marketplace are non-buyable.

  • SEARCH_SUPPRESSED - This value indicates that the catalog item is hidden from search results.

  • Example : "LISTING_SUPPRESSED"
    string

    IssueExemption

    Conveying the status of the listed enforcement actions and, if applicable, provides information about the exemption's expiry date.

    NameDescriptionSchema
    status
    required
    This field indicates the current exemption status for the listed enforcement actions. It can take values such as EXEMPT, signifying permanent exemption, EXEMPT_UNTIL_EXPIRY_DATE indicating temporary exemption until a specified date, or NOT_EXEMPT signifying no exemptions, and enforcement actions were already applied.enum (Status)
    expiryDate
    optional
    This field represents the timestamp, following the ISO 8601 format, which specifies the date when temporary exemptions, if applicable, will expire, and Amazon will begin enforcing the listed actions.
    Example : "2023-10-28T00:36:48.914Z"
    string (date-time)

    ItemOffers

    Offer details for the listings item.

    Type : < ItemOfferByMarketplace > array

    ItemOfferByMarketplace

    Offer details of a listings item for an Amazon marketplace.

    NameDescriptionSchema
    marketplaceId
    required
    The Amazon marketplace identifier.string
    offerType
    required
    Type of offer for the listings item.enum (OfferType)
    price
    required
    The purchase price of the listings itemMoney
    points
    optional
    The number of Amazon Points offered with the purchase of an item, and their monetary value. Note that the Points element is only returned in Japan (JP).Points
    audience
    optional
    Buyer segment or program this offer is applicable to.Audience

    ItemProcurement

    The vendor procurement information for the listings item.

    NameDescriptionSchema
    costPrice
    required
    The price (numeric value) that you want Amazon to pay you for this product.Money

    ItemRelationships

    Relationships for a listing item, by marketplace (for example, variations).

    Type : < ItemRelationshipsByMarketplace > array

    ItemRelationshipsByMarketplace

    Relationship details for the listing item in the specified marketplace.

    NameDescriptionSchema
    marketplaceId
    required
    Amazon marketplace identifier.string
    relationships
    required
    Relationships for the listing item.< ItemRelationship > array

    ItemRelationship

    the relationship details for a listing item.

    NameDescriptionSchema
    childSkus
    optional
    Identifiers (SKUs) of the related items that are children of this listing item.< string > array
    parentSkus
    optional
    Identifiers (SKUs) of the related items that are parents of this listing item.< string > array
    variationTheme
    optional
    For VARIATION relationships, the variation theme is the combination of listing item attributes that define the variation family.ItemVariationTheme
    type
    required
    The type of relationship.
    Example : "VARIATION"
    enum (Type)

    ItemVariationTheme

    A variation theme that indicates the combination of listing item attributes that define the variation family.

    NameDescriptionSchema
    attributes
    required
    The names of the listing item attributes that are associated with the variation theme.< string > array
    theme
    required
    The variation theme that indicates the combination of listing item attributes that define the variation family.
    Example : "COLOR_NAME/STYLE_NAME"
    string

    ItemProductTypes

    Product types for a listing item, by marketplace.

    Type : < ItemProductTypeByMarketplace > array

    ItemProductTypeByMarketplace

    Product types that are associated with the listing item for the specified marketplace.

    NameDescriptionSchema
    marketplaceId
    required
    Amazon marketplace identifier.string
    productType
    required
    The name of the product type that is submitted by the Selling Partner.
    Example : "LUGGAGE"
    string

    FulfillmentAvailability

    The fulfillment availability details for the listings item.

    NameDescriptionSchema
    fulfillmentChannelCode
    required
    The code of the fulfillment network that will be used.string
    quantity
    optional
    The quantity of the item you are making available for sale.
    Minimum value : 0
    integer

    Money

    The currency type and amount.

    NameDescriptionSchema
    currencyCode
    required
    Three-digit currency code in ISO 4217 format.string
    amount
    required
    The currency amount.Decimal

    Decimal

    A decimal number with no loss of precision. Useful when precision loss is unnaceptable, as with currencies. Follows RFC7159 for number representation.

    Type : string

    Points

    The number of Amazon Points offered with the purchase of an item, and their monetary value. Note that the Points element is only returned in Japan (JP).

    NameSchema
    pointsNumber
    required
    integer

    Audience

    Buyer segment or program this offer is applicable to.

    NameDescriptionSchema
    value
    optional
    Name of the audience an offer is applicable to.

    Common values:

  • 'ALL' - Standard offer audience for buyers on Amazon retail websites.

  • 'B2B' - Offer audience for Amazon Business website buyers.

  • Example : "ALL"
    string
    displayName
    optional
    Localized display name for the audience.string

    PatchOperation

    Individual JSON Patch operation for an HTTP PATCH request.

    NameDescriptionSchema
    op
    required
    Type of JSON Patch operation. Supported JSON Patch operations include add, replace, and delete. Refer to JavaScript Object Notation (JSON) Patch for more information.enum (Op)
    path
    required
    JSON Pointer path of the element to patch. Refer to JavaScript Object Notation (JSON) Patch for more information.string
    value
    optional
    JSON value to add, replace, or delete.< object > array

    ListingsItemPatchRequest

    The request body schema for the patchListingsItem operation.

    NameDescriptionSchema
    productType
    required
    The Amazon product type of the listings item.string
    patches
    required
    One or more JSON Patch operations to perform on the listings item.< PatchOperation > array

    ListingsItemPutRequest

    The request body schema for the putListingsItem operation.

    NameDescriptionSchema
    productType
    required
    The Amazon product type of the listings item.string
    requirements
    optional
    The name of the requirements set for the provided data.enum (Requirements)
    attributes
    required
    A JSON object containing structured listings item attribute data keyed by attribute name.object

    ListingsItemSubmissionResponse

    Response containing the results of a submission to the Selling Partner API for Listings Items.

    NameDescriptionSchema
    sku
    required
    A selling partner provided identifier for an Amazon listing.string
    status
    required
    The status of the listings item submission.enum (Status)
    submissionId
    required
    The unique identifier of the listings item submission.string
    issues
    optional
    Listings item issues related to the listings item submission.< Issue > array
    identifiers
    optional
    Identity attributes associated with the item in the Amazon catalog, such as the ASIN.ItemIdentifiers

    ItemIdentifiers

    Identity attributes associated with the item in the Amazon catalog, such as the ASIN.

    Type : < ItemIdentifiersByMarketplace > array

    ItemIdentifiersByMarketplace

    Identity attributes associated with the item in the Amazon catalog for the indicated Amazon marketplace.

    NameDescriptionSchema
    marketplaceId
    optional
    A marketplace identifier. Identifies the Amazon marketplace for the listings item.string
    asin
    optional
    Amazon Standard Identification Number (ASIN) of the listings item.string

    Pagination

    When a request produces a response that exceeds the pageSize, pagination occurs. This means the response is divided into individual pages. To retrieve the next page or the previous page, you must pass the nextToken value or the previousToken value as the pageToken parameter in the next request. When you receive the last page, there will be no nextToken key in the pagination object.

    NameDescriptionSchema
    nextToken
    optional
    A token that can be used to fetch the next page.string
    previousToken
    optional
    A token that can be used to fetch the previous page.string

    Op

    Type of JSON Patch operation. Supported JSON Patch operations include add, replace, and delete. Refer to JavaScript Object Notation (JSON) Patch for more information.

    Type : enum

    ValueDescription
    addThe add operation adds or replaces the target property.
    replaceThe replace operation adds or replaces the target property.
    deleteThe delete operation removes the target property. Not supported for vendors (vendors will receive an HTTP status code 400 response).

    SortBy

    An attribute by which to sort the returned listing items.

    Type : enum

    ValueDescription
    skuStock Keeping Unit, a seller-specified identifier for an Amazon listing.
    createdDateThe date when the listing item was created. Values are in ISO 8601 date-time format.
    lastUpdatedDateThe date when the listing item was last updated. Values are in ISO 8601 date-time format.

    Mode

    The mode of operation for the request.

    Type : enum

    ValueDescription
    VALIDATION_PREVIEWIndicates the submitted data should be validated using the values provided in the payload and validation errors the selling partner account may face. This will synchronously perform the same checks that are preformed on submissions after being accepted for processing, but without persisting to the selling partner's catalog.

    SortOrder

    The order in which to sort the result items.

    Type : enum

    ValueDescription
    ASCAscending order.
    DESCDescending order.

    Severity

    The severity of the issue.

    Type : enum

    ValueDescription
    ERRORIndicates an issue has occurred preventing the submission from processing, such as a validation error.
    WARNINGIndicates an issue has occurred that should be reviewed, but has not prevented the submission from processing.
    INFOIndicates additional information has been provided that should be reviewed.

    WithoutStatus

    Type : enum

    ValueDescription
    BUYABLEThe listings item can be purchased by shoppers. This status does not apply to vendor listings.
    DISCOVERABLEThe listings item is visible to shoppers.

    Requirements

    The name of the requirements set for the provided data.

    Type : enum

    ValueDescription
    LISTINGIndicates the submitted data contains product facts and sales terms.
    LISTING_PRODUCT_ONLYIndicates the submitted data contains product facts only.
    LISTING_OFFER_ONLYIndicates the submitted data contains sales terms only. Not supported for vendors (vendors will receive an HTTP status code 400 response).

    OfferType

    Type of offer for the listings item.

    Type : enum

    ValueDescription
    B2CThe offer on this listings item is available for Business to Consumer purchase, meaning that it is available to shoppers on Amazon retail sites.
    B2BThe offer on this listings item is available for Business to Business purchase.

    IdentifiersType

    A type of product identifiers that you can use to search for listings items.

    Note:
    This is required when identifiers is provided.

    Type : enum

    ValueDescription
    ASINAmazon Standard Identification Number.
    EANEuropean Article Number.
    FNSKUFulfillment Network Stock Keeping Unit.
    GTINGlobal Trade Item Number.
    ISBNInternational Standard Book Number.
    JANJapanese Article Number.
    MINSANMinsan Code.
    SKUStock Keeping Unit (SKU): A seller-specified identifier for an Amazon listing.
    UPCUniversal Product Code.

    WithIssueSeverity

    Type : enum

    ValueDescription
    WARNINGIndicates an issue has occurred that should be reviewed, but it has not prevented the submission from processing.
    ERRORIndicates that an issue has occurred, which prevented the submission from processing. For example, a validation error.

    WithStatus

    Type : enum

    ValueDescription
    BUYABLEThe listings item can be purchased by shoppers. This status does not apply to vendor listings.
    DISCOVERABLEThe listings item is visible to shoppers.

    Type

    The type of relationship.

    Type : enum

    ValueDescription
    VARIATIONThe listing item in the request is a variation parent or variation child of the related listing items, indicated by SKU.
    PACKAGE_HIERARCHYThe listing item in the request is a package container or is contained by the related listing items, indicated by SKU.

    ConditionType

    Identifies the condition of the listings item.

    Type : enum

    ValueDescription
    new_newNew.
    new_open_boxNew - Open Box.
    new_oemNew - OEM.
    refurbished_refurbishedRefurbished.
    used_like_newUsed - Like New.
    used_very_goodUsed - Very Good.
    used_goodUsed - Good.
    used_acceptableUsed - Acceptable.
    collectible_like_newCollectible - Like New.
    collectible_very_goodCollectible - Very Good.
    collectible_goodCollectible - Good.
    collectible_acceptableCollectible - Acceptable.
    club_clubClub.

    IncludedData

    Type : enum

    For use with the operation(s): putListingsItem, patchListingsItem

    ValueDescription
    identifiersIdentifiers associated with the item in the Amazon catalog, such as Amazon Standard Identification Number (ASIN). Can only be requested when mode is VALIDATION_PREVIEW.
    issuesThe issues associated with the listing item.

    For use with the operation(s): getListingsItem

    ValueDescription
    summariesSummary details of the listing item.
    attributesA JSON object containing structured listing item attribute data keyed by attribute name.
    issuesThe issues associated with the listing item.
    offersThe current offers for the listing item.
    fulfillmentAvailabilityThe fulfillment availability details for the listing item.
    procurementVendor procurement details for the listing item.
    relationshipsRelationship details for a listing item (for example, variations).
    productTypesProduct types that are associated with a listing item.

    For use with the operation(s): searchListingsItems

    ValueDescription
    summariesSummary details for the listing item.
    attributesA JSON object that contains structured listing item attribute data, keyed by attribute name.
    issuesIssues that are associated with the listing item.
    offersCurrent offers for the listing item.
    fulfillmentAvailabilityFulfillment availability details for the listing item.
    procurementVendor procurement details for the listing item.
    relationshipsRelationship details for a listing item (for example, variations).
    productTypesProduct types associated with a listing item.

    Status

    Type : enum

    For use with the definition(s): ListingsItemSubmissionResponse
    The status of the listings item submission.

    ValueDescription
    ACCEPTEDThe listings submission was accepted for processing.
    INVALIDThe listings submission was not valid and was not accepted for processing.
    VALIDThe listings submission was valid. Only returned when the mode is VALIDATION_PREVIEW.

    For use with the definition(s): ItemSummaryByMarketplace

    ValueDescription
    BUYABLEThe listings item can be purchased by shoppers. This status does not apply to vendor listings.
    DISCOVERABLEThe listings item is visible to shoppers.

    For use with the definition(s): IssueExemption
    This field indicates the current exemption status for the listed enforcement actions. It can take values such as EXEMPT, signifying permanent exemption, EXEMPT_UNTIL_EXPIRY_DATE indicating temporary exemption until a specified date, or NOT_EXEMPT signifying no exemptions, and enforcement actions were already applied.

    ValueDescription
    EXEMPTThis status is assigned to a product listing when it has been exempted from the listed enforcement actions. In cases of EXEMPT, Amazon acknowledges the existence of enforcement actions but ensures the user that these actions will not be applied to the listing. The user is advised to consider addressing the issue, although enforcement actions will not be taken.
    EXEMPT_UNTIL_EXPIRY_DATEThis status indicates that a product listing has been granted a temporary exemption from the listed enforcement actions. The exemption will remain in effect until a specified expiry date. After this date, Amazon will enforce the listed actions. The expiryDate field provides the timestamp indicating when the temporary exemption will end, adhering to the ISO 8601 format
    NOT_EXEMPTThis status is assigned to a product listing when it has no exemptions from the listed enforcement actions. When the status is NOT_EXEMPT, it signifies that Amazon has already taken the specified enforcement actions. There is no exemption in place, and the listed actions are actively enforced