Skip to main content

Amazon Seller Central Component

Amazon Seller Central is the portal for accessing your Amazon seller account. Use the Amazon Seller Central component to manage your catalog, orders, and shipping information.

Component key: amazon-seller-central

Description

Amazon Seller Central is the portal for accessing your Amazon seller account.

Use the Amazon Seller Central component to manage your catalog, orders, and shipping information.

API Documentation

This component was built using the Amazon Selling Partner API.

Connections

Amazon Seller Central OAuth

To register your application (for all public applications and private seller applications)

  1. Sign into Seller Central using your developer credentials and navigate to Develop Apps.
  2. On the Developer Central page, choose Add new app client.
  3. Enter the OAuth Redirect URI as https://oauth2.prismatic.io/callback and save
  4. Viewing the LWA credentials will provide the client ID and client secret to enter into your Prismatic credentials
InputDefaultNotes
Authorize URL
string
/ Required
authorizeUrl
{Seller Central URL}/apps/authorize/consent?application_id={YOUR_APPLICATION_ID}
The OAuth 2.0 Authorization URL for Amazon Seller Central. For the {Seller Central URL} use one of https://developer-docs.amazon.com/sp-api/docs/seller-central-urls. Replace {YOUR_APPLICATION_ID} with the application ID you received from the Developer Central page. If your app is still not in production, remember to add the version=beta parameter to the URL.
Client ID
string
/ Required
clientId
Provide the Client Id you received from the Developer Central page.
Client Secret
password
/ Required
clientSecret
Provide the Client Secret you received from the Developer Central page.
Is Sandbox Environment
string
/ Required
isSandboxEnvironment
If you are using a sandbox environment, select this checkbox. Otherwise, leave it blank.
SP-API Endpoint
string
/ Required
region
sellingpartnerapi-na.amazon.com
Selling Partner API endpoints are associated with a particular AWS Region. The AWS Region is important because it is part of the credential scope, which is required for calculating a signature when calling the Selling Partner API.
Scopes
string
Hidden Field
scopes
A space-delimited set of one or more scopes to get the user's permission to access.
Token URL
string
/ Required
Hidden Field
tokenUrl
https://api.amazon.com/auth/o2/token
The OAuth 2.0 Token URL for Amazon Seller Central.

Data Sources

Fetch Destinations

Fetch an array of Destinations | key: destinations | type: picklist

InputNotes
Connection
connection
/ Required
connection
 

{
"result": [
{
"label": "Destination Name.",
"key": "123"
}
]
}

Actions

Cancel Feed

Cancels the feed that you specify. | key: cancelFeed

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Feed Id
string
/ Required
feedId
The identifier for the feed. This identifier is unique only in combination with a seller ID.
123abc

Cancel Shipment

Cancel the shipment indicated by the specified shipment identifier. | key: cancelShipment

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Shipment Id
string
/ Required
shipmentId
The Amazon-defined shipment identifier for the shipment to cancel.
123abc

Confirm Order Shipment

Updates the shipment confirmation status for a specified order. | key: confirmOrderShipment

InputDefaultNotesExample
Carrier Code
string
/ Required
carrierCode
Identifies the carrier that will deliver the package.
123-1234567-1234567
Carrier Name
string
carrierName
Carrier Name that will deliver the package. Required when carrierCode is 'Others'
Amazon Logistics
COD Collection Method
string
codCollectionMethod
The cod collection method, support in JP only.
 
Connection
connection
/ Required
connectionInput
 
 
 
Marketplace Id
string
/ Required
marketplaceId
The unobfuscated marketplace identifier.
 
Order Id
string
/ Required
orderId
An Amazon-defined order identifier, in 3-7-7 format.
123-1234567-1234567
Order Items
code
/ Required
orderItems
The list of order items and quantities to be updated.
 
Package Reference Id
string
/ Required
packageReferenceId
A seller-supplied identifier that uniquely identifies a package within the scope of an order. Only positive numeric values are supported.
123-1234567-1234567
Ship Date
string
/ Required
shipDate
The shipping date for the package. Must be in ISO-8601 date/time format.
2020-12-07T16:50:06.678Z
Ship From Supply Source Id
string
shipFromSupplySourceId
The unique identifier of the supply source
123abc
Shipping Method
string
shippingMethod
Ship method to be used for shipping the order.
Amazon Logistics
Tracking Number
string
/ Required
trackingNumber
The tracking number used to obtain tracking and delivery information.
123abc

Create Destination

Creates a destination resource to receive notifications. | key: createDestination

InputDefaultNotesExample
Account Id
string
accountId
The identifier for the AWS account that is responsible for charges related to receiving notifications.
123abc
arn
string
arn
The Amazon Resource Name (ARN) associated with the SQS queue.
DestinationName
Connection
connection
/ Required
connectionInput
 
 
 
Name
string
/ Required
name
A developer-defined name to help identify this destination.
DestinationName
AWS Region
string
region
us-east-1
AWS provides services in multiple regions, like us-west-2 or eu-east-1. AWS region indicates the region in which your bucket(s) are stored.
us-east-1

Create Feed

Creates a feed. Upload the contents of the feed document before calling this operation. | key: createFeed

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Feed Options
code
feedOptions
Additional options to control the feed. These vary by feed type.
 
Feed Type
string
/ Required
feedType
The feed type.
TheFeedType
Input Feed Document Id
string
/ Required
inputFeedDocumentId
The document identifier returned by the createFeedDocument operation. Upload the feed document contents before calling the createFeed operation.
123abc
Marketplace Ids
string
/ Required
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 

Create Feed Document

Creates a feed document for the feed type that you specify. | key: createFeedDocument

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Content Type
string
/ Required
contentType
The content type of the feed.
text/xml

Create Listings Item

Creates a new or fully-updates an existing listings item for a selling partner. | key: createListingsItem

InputNotesExample
Attributes
code
/ Required
attributes
JSON object containing structured listings item attribute data keyed by attribute name.
Connection
connection
/ Required
connectionInput
 
 
Issue Locale
string
issueLocale
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.
en_US
Marketplace Ids
string
/ Required
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 
Product Type
string
/ Required
productType
The Amazon product type of the listings item.
 
Requirements
string
requirements
The name of the requirements set for the provided data.
 
Seller Id
string
sellerId
A selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
123abc
Stock Keeping Unit (SKU)
string
/ Required
sku
A selling partner provided identifier for an Amazon listing.
B07H65KP63

Create Shipment

Create a shipment with the information provided. | key: createShipment

InputDefaultNotesExample
Amazon Order Id
string
/ Required
AmazonOrderId
An Amazon-defined order identifier in 3-7-7 format.
123-1234567-1234567
Connection
connection
/ Required
connectionInput
 
 
 
Hazmat Type
string
HazmatType
Hazardous materials options for a package. Consult the terms and conditions for each carrier for more information about hazardous materials.
 
Include Packing Slip With Label
boolean
IncludePackingSlipWithLabel
false
When true, include a packing slip with the label.
false
Item List
code
/ Required
ItemList
The list of items to be included in a shipment.
Label Customization
code
/ Required
LabelCustomization
Label customization options.
Must Arrive By Date
string
MustArriveByDate
The date by which the package must arrive to keep the promise to the customer, in ISO 8601 datetime format. If MustArriveByDate is specified, only shipping service offers that can be delivered by that date are returned.
2020-12-07T16:50:06.678Z
Ship From Address
code
/ Required
PackageDimensions
The package dimensions.
Seller Order Id
string
SellerOrderId
A seller-defined order identifier.
123
Ship Date
string
/ Required
ShipDate
The shipping date for the package. Must be in ISO-8601 date/time format.
2020-12-07T16:50:06.678Z
Ship From Address
code
/ Required
ShipFromAddress
The address of the sender.
Shipment Level Seller Inputs List
code
ShipmentLevelSellerInputsList
Label customization options.
Shipping Service Id
string
/ Required
ShippingServiceId
An Amazon-defined shipping service identifier.
123abc
Shipping Service Offer Id
string
ShippingServiceOfferId
Identifies a shipping service order made by a carrier.
123abc
Shipping Service Options
code
/ Required
ShippingServiceOptions
Extra services offered by the carrier.
Weight
string
/ Required
Weight
The package weight.
 

Create Subscription

Creates a subscription for the specified notification type to be delivered to the specified destination. | key: createSubscription

InputNotesExample
Aggregation Time Period
string
aggregationTimePeriod
he supported aggregation time periods. For example, if FiveMinutes is the value chosen, and 50 price updates occur for an ASIN within 5 minutes, Amazon will send only two notifications; one for the first event, and then a subsequent notification 5 minutes later with the final end state of the data. The 48 interim events will be dropped.
 
Connection
connection
/ Required
connectionInput
 
 
Destination Id
string
destinationId
The identifier for the destination where notifications will be delivered.
123abc
Event Filter Type
string
eventFilterType
An eventFilterType value that is supported by the specific notificationType. This is used by the subscription service to determine the type of event filter. Refer to the section of the Notifications Use Case Guide that describes the specific notificationType to determine if an eventFilterType is supported.
 
Marketplace Ids
string
Value List
marketplaceIds
A list of marketplace identifiers to subscribe to (e.g. ATVPDKIKX0DER). To receive notifications in every marketplace, do not provide this list.
 
Notification Type
string
/ Required
notificationType
The type of notification.
 
Order Change Types
string
Value List
orderChangeTypes
A list of order change types to subscribe to (e.g. BuyerRequestedChange). To receive notifications of all change types, do not provide this list.
 
Payload Version
string
payloadVersion
The version of the payload object to be used in the notification.
1.0

Delete Destination

Deletes the destination that you specify. | key: deleteDestination

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Destination Id
string
/ Required
destinationId
The identifier for the destination that you want to delete.
123abc

Delete Listings Item

Delete a listings item for a selling partner. | key: deleteListingsItem

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Issue Locale
string
issueLocale
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.
en_US
Marketplace Ids
string
/ Required
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 
Seller Id
string
sellerId
A selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
123abc
Stock Keeping Unit (SKU)
string
/ Required
sku
A selling partner provided identifier for an Amazon listing.
B07H65KP63

Delete Subscription By ID

Deletes the subscription indicated by the subscription identifier and notification type that you specify. | key: deleteSubscription

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Notification Type
string
/ Required
notificationType
The type of notification.
 
Subscription Id
string
/ Required
subscriptionId
The identifier for the subscription that you want to delete.
123abc

Get Catalog Item

Retrieves details for an item in the Amazon catalog. | key: getCatalogItem

InputDefaultNotesExample
Amazon Standard Identification Number (ASIN)
string
/ Required
asin
The Amazon Standard Identification Number (ASIN) of the item.
B07H65KP63
Connection
connection
/ Required
connectionInput
 
 
 
Included Data
string
Value List
includedData
summaries
A comma-delimited list of data sets to include in the response. Default: summaries.
 
Locale
string
locale
Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace.
en_US
Marketplace Ids
string
/ Required
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 

Get Destination

Returns information about the destination that you specify. | key: getDestination

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Destination Id
string
/ Required
destinationId
The identifier generated when you created the destination.
123abc

Get Feed

Returns feed details (including the resultDocumentId, if available) for the feed that you specify. | key: getFeed

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Feed Id
string
/ Required
feedId
The identifier for the feed. This identifier is unique only in combination with a seller ID.
123abc

Get Feed Document

Returns the information required for retrieving a feed document's contents. | key: getFeedDocument

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Feed Document Id
string
/ Required
feedDocumentId
The identifier of the feed document.
123abc

Get Listings Item

Returns details about a listings item for a selling partner. | key: getListingsItem

InputDefaultNotesExample
Connection
connection
/ Required
connectionInput
 
 
 
Included Data
string
Value List
includedData
summaries
A comma-delimited list of data sets to include in the response. Default: summaries.
 
Issue Locale
string
issueLocale
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.
en_US
Marketplace Ids
string
/ Required
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 
Seller Id
string
/ Required
sellerId
A selling partner identifier, such as a merchant account or vendor code.
123abc
Stock Keeping Unit (SKU)
string
/ Required
sku
A selling partner provided identifier for an Amazon listing.
B07H65KP63

Get Order

Returns the order that you specify. | key: getOrder

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Order Id
string
/ Required
orderId
An Amazon-defined order identifier, in 3-7-7 format.
123-1234567-1234567

Get Order Address

Returns the shipping address for the order that you specify. | key: getOrderAddress

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Order Id
string
/ Required
orderId
An Amazon-defined order identifier, in 3-7-7 format.
123-1234567-1234567

Get Order Buyer Info

Returns buyer information for the order that you specify. | key: getOrderBuyerInfo

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Order Id
string
/ Required
orderId
An Amazon-defined order identifier, in 3-7-7 format.
123-1234567-1234567

Get Order Items

Returns detailed order item information for the order that you specify. | key: getOrderItems

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Next Token
string
NextToken
A string token returned in the response of your previous request.
xsdflkj324lkjsdlkj3423klkjsdfkljlk2j34klj2l3k4jlksdjl234
Order Id
string
/ Required
orderId
An Amazon-defined order identifier, in 3-7-7 format.
123-1234567-1234567

Get Order Items Buyer Info

Returns buyer information for the order items in the order that you specify. | key: getOrderItemsBuyerInfo

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Order Id
string
/ Required
orderId
An Amazon-defined order identifier, in 3-7-7 format.
123-1234567-1234567

Get Shipment

Returns the shipment information for an existing shipment. | key: getShipment

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Shipment Id
string
/ Required
shipmentId
The Amazon-defined shipment identifier for the shipment.
123abc

Get Subscription By ID

Returns information about a subscription for the specified notification type. The getSubscriptionById API is grantless. For more information, see Grantless operations in the Selling Partner API Developer Guide. | key: getSubscriptionById

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Notification Type
string
/ Required
notificationType
The type of notification.
 
Subscription Id
string
/ Required
subscriptionId
The identifier for the subscription that you want to get.
123abc

List Destinations

Returns information about all destinations. | key: listDestinations

InputNotes
Connection
connection
/ Required
connectionInput
 

List Feeds

Returns feed details for the feeds that match the filters that you specify. | key: listFeeds

InputDefaultNotesExample
Connection
connection
/ Required
connectionInput
 
 
 
Created Since
string
createdSince
2024-08-10T16:50:11.591Z
The earliest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is 90 days ago. Feeds are retained for a maximum of 90 days.
2020-12-07T16:50:06.678Z
Created Until
string
createdUntil
2024-11-08T16:50:11.591Z
The latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now.
2020-12-07T16:50:06.678Z
Feed Types
string
Value List
feedTypes
A list of feed types used to filter feeds. When feedTypes is provided, the other filter parameters (processingStatuses, marketplaceIds, createdSince, createdUntil) and pageSize may also be provided. Either feedTypes or nextToken is required.
 
Marketplace Ids
string
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 
Next Token
string
nextToken
A string token returned in the response of your previous request.
xsdflkj324lkjsdlkj3423klkjsdfkljlk2j34klj2l3k4jlksdjl234
Page Size
string
pageSize
10
The maximum number of feeds to return in a single call.
1
Processing Statuses
string
Value List
processingStatuses
A list of processing statuses used to filter feeds.
 

List Orders

Returns orders created or updated during the time frame indicated by the specified parameters. | key: listOrders

InputDefaultNotesExample
Actual Fulfillment Supply Source Id
string
ActualFulfillmentSupplySourceId
Denotes the recommended sourceId where the order should be fulfilled from.
123
Amazon Order Ids
string
Value List
AmazonOrderIds
A list of AmazonOrderId values. An AmazonOrderId is an Amazon-defined order identifier, in 3-7-7 format.
123-1234567-1234567
Buyer Email
string
BuyerEmail
The email address of a buyer. Used to select orders that contain the specified email address.
test@test.com
Connection
connection
/ Required
connectionInput
 
 
 
Created After
string
CreatedAfter
A date used for selecting orders created after (or at) a specified time. Only orders placed after the specified time are returned. Either the CreatedAfter parameter or the LastUpdatedAfter parameter is required. Both cannot be empty. The date must be in ISO 8601 format.
2019-12-07T16:50:06.678Z
Created Before
string
CreatedBefore
A date used for selecting orders created before (or at) a specified time. Only orders placed before the specified time are returned. The date must be in ISO 8601 format.
2019-12-07T16:50:06.678Z
Easy Ship Shipment Statuses
string
Value List
EasyShipShipmentStatuses
A list of EasyShipShipmentStatus values. Used to select Easy Ship orders with statuses that match the specified values. If EasyShipShipmentStatus is specified, only Amazon Easy Ship orders are returned.
 
Electronic Invoice Statuses
string
Value List
ElectronicInvoiceStatuses
A list of ElectronicInvoiceStatus values. Used to select orders with electronic invoice statuses that match the specified values.
 
Fulfillment Channels
string
Value List
FulfillmentChannels
A list that indicates how an order was fulfilled. Filters the results by fulfillment channel. Possible values: AFN (Fulfillment by Amazon); MFN (Fulfilled by the seller).
 
Is ISPU
boolean
IsISPU
false
When true, this order is marked to be picked up from a store rather than delivered.
false
Last Updated After
string
LastUpdatedAfter
A date used for selecting orders that were last updated after (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in ISO 8601 format.
2019-12-07T16:50:06.678Z
Last Updated Before
string
LastUpdatedBefore
A date used for selecting orders that were last updated before (or at) a specified time. An update is defined as any change in order status, including the creation of a new order. Includes updates made by Amazon and by the seller. The date must be in ISO 8601 format.
2019-12-07T16:50:06.678Z
Marketplace Ids
string
/ Required
Value List
MarketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 
Max Results Per Page
string
MaxResultsPerPage
100
A number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.
1
Next Token
string
NextToken
A string token returned in the response of your previous request.
xsdflkj324lkjsdlkj3423klkjsdfkljlk2j34klj2l3k4jlksdjl234
Order Statuses
string
Value List
OrderStatuses
A list of OrderStatus values used to filter the results. One of PendingAvailability, Pending, Unshipped, PartiallyShipped, Shipped, Canceled, Unfulfillable, or InvoiceUnconfirmed
 
Payment Methods
string
Value List
PaymentMethods
A list of payment method values. Used to select orders paid using the specified payment methods. Possible values: COD (Cash on delivery); CVS (Convenience store payment); Other (Any payment method other than COD or CVS).
 
Seller Order Id
string
SellerOrderId
An order identifier that is specified by the seller. Used to select only the orders that match the order identifier. If SellerOrderId is specified, then FulfillmentChannels, OrderStatuses, PaymentMethod, LastUpdatedAfter, LastUpdatedBefore, and BuyerEmail cannot be specified.
123
Store Chain Store Id
boolean
StoreChainStoreId
false
The store chain store identifier. Linked to a specific store in a store chain.
123

List Subscription

Returns information about subscriptions of the specified notification type. | key: listSubscriptions

InputNotes
Connection
connection
/ Required
connectionInput
 
Notification Type
string
/ Required
notificationType
The type of notification.

Raw Request

Send raw HTTP request to Amazon Seller Central | key: rawRequest

InputDefaultNotesExample
Connection
connection
/ Required
connection
 
 
 
Data
string
data
The HTTP body payload to send to the URL.
{"exampleKey": "Example Data"}
Debug Request
boolean
debugRequest
false
Enabling this flag will log out the current request.
 
File Data
string
Key Value List
fileData
File Data to be sent as a multipart form upload.
[{key: "example.txt", value: "My File Contents"}]
File Data File Names
string
Key Value List
fileDataFileNames
File names to apply to the file data inputs. Keys must match the file data keys above.
 
Form Data
string
Key Value List
formData
The Form Data to be sent as a multipart form upload.
[{"key": "Example Key", "value": new Buffer("Hello World")}]
Header
string
Key Value List
headers
A list of headers to send with the request.
User-Agent: curl/7.64.1
Max Retry Count
string
maxRetries
0
The maximum number of retries to attempt.
 
Method
string
/ Required
method
The HTTP method to use.
 
Query Parameter
string
Key Value List
queryParams
A list of query parameters to send with the request. This is the portion at the end of the URL similar to ?key1=value1&key2=value2.
 
Response Type
string
/ Required
responseType
json
The type of data you expect in the response. You can request json, text, or binary data.
 
Retry On All Errors
boolean
retryAllErrors
false
If true, retries on all erroneous responses regardless of type.
 
Retry Delay (ms)
string
retryDelayMS
0
The delay in milliseconds between retries.
 
SP-API Endpoint
string
/ Required
spAPIEndpoints
sellingpartnerapi-na.amazon.com
Selling Partner API endpoints are associated with a particular AWS Region. The AWS Region is important because it is part of the credential scope, which is required for calculating a signature when calling the Selling Partner API.
 
Timeout
string
timeout
The maximum time that a client will await a response to its request
2000
URL
string
/ Required
url
Input the path only (/orders/v0/orders), The base URL is already included (https://sellingpartnerapi-na.amazon.com/). For example, to connect to https://sellingpartnerapi-na.amazon.com/orders/v0/orders, only /orders/v0/orders is entered in this field.
/orders/v0/orders
Use Exponential Backoff
boolean
useExponentialBackoff
false
Specifies whether to use a pre-defined exponential backoff strategy for retries.
 

Search Catalog Item

Search for and return a list of Amazon catalog items and associated information either by identifier or by keywords. | key: searchCatalogItem

InputDefaultNotesExample
Brand Names
string
Value List
brandNames
A comma-delimited list of brand names to limit the search for keywords-based queries. Note: Cannot be used with identifiers.
LG
Classification Ids
string
Value List
classificationsIds
A comma-delimited list of classification identifiers to limit the search for keywords-based queries. Note: Cannot be used with identifiers.
 
Connection
connection
/ Required
connectionInput
 
 
 
Identifiers
string
Value List
identifiers
A comma-delimited list of product identifiers to search the Amazon catalog for. Note: Cannot be used with keywords.
123abc
Identifiers Type
string
identifiersType
Type of product identifiers to search the Amazon catalog for. Note: Required when identifiers are provided.
 
Included Data
string
Value List
includedData
summaries
A comma-delimited list of data sets to include in the response. Default: summaries.
 
Keywords
string
Value List
keywords
A comma-delimited list of words to search the Amazon catalog for. Note: Cannot be used with identifiers.
AKeyword
Keywords Locale
string
keywordsLocale
The language of the keywords provided for keywords-based queries. Defaults to the primary locale of the marketplace. Note: Cannot be used with identifiers.
en_US
Locale
string
locale
Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace.
en_US
Marketplace Ids
string
/ Required
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 
Page Size
string
pageSize
10
The maximum number of feeds to return in a single call.
1
Page Token
string
pageToken
A token to fetch a certain page when there are multiple pages worth of results.
145DWE5s5sd3q8
Seller Id
string
sellerId
A selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
123abc

Update Listings Item

Partially update (patch) a listings item for a selling partner. | key: updateListingsItem

InputNotesExample
Connection
connection
/ Required
connectionInput
 
 
Issue Locale
string
issueLocale
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.
en_US
Marketplace Ids
string
/ Required
Value List
marketplaceIds
list of MarketplaceId values. Used to select orders that were placed in the specified marketplaces. See (https://developer-docs.amazon.com/sp-api/docs/marketplace-ids) for a complete list of marketplaceId values.
 
Patches
code
/ Required
patches
One or more JSON Patch operations to perform on the listings item.
Product Type
string
/ Required
productType
The Amazon product type of the listings item.
 
Seller Id
string
sellerId
A selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
123abc
Stock Keeping Unit (SKU)
string
/ Required
sku
A selling partner provided identifier for an Amazon listing.
B07H65KP63