Skip to main content

Amazon Seller Central Connector

Amazon Seller Central 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.

Connections

Amazon Seller Central OAuth 2.0

Authenticate requests to Amazon Seller Central.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Authorize URLThe 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.{Seller Central URL}/apps/authorize/consent?application_id={YOUR_APPLICATION_ID}
Client IDProvide the Client Id you received from the Developer Central page.
Client SecretProvide the Client Secret you received from the Developer Central page.
SP-API EndpointSelling 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.sellingpartnerapi-na.amazon.com
Is Sandbox EnvironmentIf you are using a sandbox environment, select this checkbox. Otherwise, leave it blank.

Amazon Seller Central OAuth 2.0 Client Credentials

Authenticate requests to Amazon Seller Central using client credentials.

This connection uses OAuth 2.0, a common authentication mechanism for integrations. Read about how OAuth 2.0 works here.

InputCommentsDefault
Authorize URLThe 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.{Seller Central URL}/apps/authorize/consent?application_id={YOUR_APPLICATION_ID}
ScopesA space-delimited set of one or more scopes to get the user's permission to access.
Client IDProvide the Client Id you received from the Developer Central page.
Client SecretProvide the Client Secret you received from the Developer Central page.
SP-API EndpointSelling 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.sellingpartnerapi-na.amazon.com
Is Sandbox EnvironmentIf you are using a sandbox environment, select this checkbox. Otherwise, leave it blank.

Actions

Cancel Feed

Cancels the feed that you specify.

InputCommentsDefault
Connection
Feed IdThe identifier for the feed. This identifier is unique only in combination with a seller ID.

Cancel Shipment

Cancel the shipment indicated by the specified shipment identifier.

InputCommentsDefault
Connection
Shipment IdThe Amazon-defined shipment identifier for the shipment to cancel.

Confirm Order Shipment

Updates the shipment confirmation status for a specified order.

InputCommentsDefault
Connection
Order IdAn Amazon-defined order identifier, in 3-7-7 format.
Marketplace IdThe unobfuscated marketplace identifier.
Package Reference IdA seller-supplied identifier that uniquely identifies a package within the scope of an order. Only positive numeric values are supported.
Carrier CodeIdentifies the carrier that will deliver the package.
Tracking NumberThe tracking number used to obtain tracking and delivery information.
Ship DateThe shipping date for the package. Must be in ISO-8601 date/time format.
Order ItemsThe list of order items and quantities to be updated.
[
{
"orderItemId": "79039765272157",
"quantity": 1,
"transparencyCodes": [
"09876543211234567890"
]
}
]
Carrier NameCarrier Name that will deliver the package. Required when carrierCode is 'Others'
Shipping MethodShip method to be used for shipping the order.
Ship From Supply Source IdThe unique identifier of the supply source
COD Collection MethodThe cod collection method, support in JP only.

Create Destination

Creates a destination resource to receive notifications.

InputCommentsDefault
Connection
NameA developer-defined name to help identify this destination.
arnThe Amazon Resource Name (ARN) associated with the SQS queue.
AWS RegionAWS 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
Account IdThe identifier for the AWS account that is responsible for charges related to receiving notifications.

Create Feed

Creates a feed. Upload the contents of the feed document before calling this operation.

InputCommentsDefault
Connection
Feed TypeThe feed type.
Marketplace Idslist 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.
Input Feed Document IdThe document identifier returned by the createFeedDocument operation. Upload the feed document contents before calling the createFeed operation.
Feed OptionsAdditional options to control the feed. These vary by feed type.

Create Feed Document

Creates a feed document for the feed type that you specify.

InputCommentsDefault
Connection
Content TypeThe content type of the feed.

Create Listings Item

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

InputCommentsDefault
Connection
Seller IdA selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
Stock Keeping Unit (SKU)A selling partner provided identifier for an Amazon listing.
Marketplace Idslist 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 TypeThe Amazon product type of the listings item.
RequirementsThe name of the requirements set for the provided data.
AttributesJSON object containing structured listings item attribute data keyed by attribute name.
Issue LocaleA 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.

Create Shipment

Create a shipment with the information provided.

InputCommentsDefault
Connection
Amazon Order IdAn Amazon-defined order identifier in 3-7-7 format.
Seller Order IdA seller-defined order identifier.
Item ListThe list of items to be included in a shipment.
Ship From AddressThe address of the sender.
Ship From AddressThe package dimensions.
WeightThe package weight.
Must Arrive By DateThe 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.
Ship DateThe shipping date for the package. Must be in ISO-8601 date/time format.
Shipping Service OptionsExtra services offered by the carrier.
Label CustomizationLabel customization options.
Shipping Service IdAn Amazon-defined shipping service identifier.
Shipping Service Offer IdIdentifies a shipping service order made by a carrier.
Hazmat TypeHazardous materials options for a package. Consult the terms and conditions for each carrier for more information about hazardous materials.
Include Packing Slip With LabelWhen true, include a packing slip with the label.false
Shipment Level Seller Inputs ListLabel customization options.

Create Subscription

Creates a subscription for the specified notification type to be delivered to the specified destination.

InputCommentsDefault
Connection
Notification TypeThe type of notification.
Payload VersionThe version of the payload object to be used in the notification.
Destination IdThe identifier for the destination where notifications will be delivered.
Aggregation Time Periodhe 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.
Marketplace IdsA list of marketplace identifiers to subscribe to (e.g. ATVPDKIKX0DER). To receive notifications in every marketplace, do not provide this list.
Order Change TypesA list of order change types to subscribe to (e.g. BuyerRequestedChange). To receive notifications of all change types, do not provide this list.
Event Filter TypeAn 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.

Delete Destination

Deletes the destination that you specify.

InputCommentsDefault
Connection
Destination IdThe identifier for the destination that you want to delete.

Delete Listings Item

Delete a listings item for a selling partner.

InputCommentsDefault
Connection
Seller IdA selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
Stock Keeping Unit (SKU)A selling partner provided identifier for an Amazon listing.
Marketplace Idslist 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.
Issue LocaleA 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.

Delete Subscription By ID

Deletes the subscription indicated by the subscription identifier and notification type that you specify.

InputCommentsDefault
Connection
Subscription IdThe identifier for the subscription that you want to delete.
Notification TypeThe type of notification.

Get Catalog Item

Retrieves details for an item in the Amazon catalog.

InputCommentsDefault
Connection
Amazon Standard Identification Number (ASIN)The Amazon Standard Identification Number (ASIN) of the item.
Marketplace Idslist 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.
Included DataA comma-delimited list of data sets to include in the response. Default: summaries.
LocaleLocale for retrieving localized summaries. Defaults to the primary locale of the marketplace.

Get Destination

Returns information about the destination that you specify.

InputCommentsDefault
Connection
Destination IdThe identifier generated when you created the destination.

Get Feed

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

InputCommentsDefault
Connection
Feed IdThe identifier for the feed. This identifier is unique only in combination with a seller ID.

Get Feed Document

Returns the information required for retrieving a feed document's contents.

InputCommentsDefault
Connection
Feed Document IdThe identifier of the feed document.

Get Listings Item

Returns details about a listings item for a selling partner.

InputCommentsDefault
Connection
Seller IdA selling partner identifier, such as a merchant account or vendor code.
Stock Keeping Unit (SKU)A selling partner provided identifier for an Amazon listing.
Marketplace Idslist 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.
Issue LocaleA 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.
Included DataA comma-delimited list of data sets to include in the response. Default: summaries.

Get Order

Returns the order that you specify.

InputCommentsDefault
Connection
Order IdAn Amazon-defined order identifier, in 3-7-7 format.

Get Order Address

Returns the shipping address for the order that you specify.

InputCommentsDefault
Connection
Order IdAn Amazon-defined order identifier, in 3-7-7 format.

Get Order Buyer Info

Returns buyer information for the order that you specify.

InputCommentsDefault
Connection
Order IdAn Amazon-defined order identifier, in 3-7-7 format.

Get Order Items

Returns detailed order item information for the order that you specify.

InputCommentsDefault
Connection
Order IdAn Amazon-defined order identifier, in 3-7-7 format.
Next TokenA string token returned in the response of your previous request.

Get Order Items Buyer Info

Returns buyer information for the order items in the order that you specify.

InputCommentsDefault
Connection
Order IdAn Amazon-defined order identifier, in 3-7-7 format.

Get Shipment

Returns the shipment information for an existing shipment.

InputCommentsDefault
Connection
Shipment IdThe Amazon-defined shipment identifier for the shipment.

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.

InputCommentsDefault
Connection
Subscription IdThe identifier for the subscription that you want to get.
Notification TypeThe type of notification.

List Destinations

Returns information about all destinations.

InputCommentsDefault
Connection

List Feeds

Returns feed details for the feeds that match the filters that you specify.

InputCommentsDefault
Connection
Feed TypesA 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 Idslist 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 SizeThe maximum number of feeds to return in a single call.10
Processing StatusesA list of processing statuses used to filter feeds.
Created SinceThe 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.2024-12-19T15:14:05.395Z
Created UntilThe latest feed creation date and time for feeds included in the response, in ISO 8601 format. The default is now.2025-03-19T15:14:05.395Z
Next TokenA string token returned in the response of your previous request.

List Orders

Returns orders created or updated during the time frame indicated by the specified parameters.

InputCommentsDefault
Connection
Marketplace Idslist 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.
Created AfterA 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.
Created BeforeA 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.
Last Updated AfterA 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.
Last Updated BeforeA 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.
Order StatusesA list of OrderStatus values used to filter the results. One of PendingAvailability, Pending, Unshipped, PartiallyShipped, Shipped, Canceled, Unfulfillable, or InvoiceUnconfirmed
Fulfillment ChannelsA 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).
Payment MethodsA 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).
Buyer EmailThe email address of a buyer. Used to select orders that contain the specified email address.
Seller Order IdAn 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.
Max Results Per PageA number that indicates the maximum number of orders that can be returned per page. Value must be 1 - 100. Default 100.100
Easy Ship Shipment StatusesA 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 StatusesA list of ElectronicInvoiceStatus values. Used to select orders with electronic invoice statuses that match the specified values.
Next TokenA string token returned in the response of your previous request.
Amazon Order IdsA list of AmazonOrderId values. An AmazonOrderId is an Amazon-defined order identifier, in 3-7-7 format.
Actual Fulfillment Supply Source IdDenotes the recommended sourceId where the order should be fulfilled from.
Is ISPUWhen true, this order is marked to be picked up from a store rather than delivered.false
Store Chain Store IdThe store chain store identifier. Linked to a specific store in a store chain.
Debug RequestEnabling this flag will log out the current request.false

List Subscription

Returns information about subscriptions of the specified notification type.

InputCommentsDefault
Connection
Notification TypeThe type of notification.

Raw Request

Send raw HTTP request to Amazon Seller Central

InputCommentsDefault
Connection
URLInput 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.
MethodThe HTTP method to use.
DataThe HTTP body payload to send to the URL.
Form DataThe Form Data to be sent as a multipart form upload.
File DataFile Data to be sent as a multipart form upload.
File Data File NamesFile names to apply to the file data inputs. Keys must match the file data keys above.
Query ParameterA 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.
HeaderA list of headers to send with the request.
Response TypeThe type of data you expect in the response. You can request json, text, or binary data.json
TimeoutThe maximum time that a client will await a response to its request
Debug RequestEnabling this flag will log out the current request.false
Retry Delay (ms)The delay in milliseconds between retries. This is used when 'Use Exponential Backoff' is disabled.0
Retry On All ErrorsIf true, retries on all erroneous responses regardless of type. This is helpful when retrying after HTTP 429 or other 3xx or 4xx errors. Otherwise, only retries on HTTP 5xx and network errors.false
Max Retry CountThe maximum number of retries to attempt. Specify 0 for no retries.0
Use Exponential BackoffSpecifies whether to use a pre-defined exponential backoff strategy for retries. When enabled, 'Retry Delay (ms)' is ignored.false

Search Catalog Item

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

InputCommentsDefault
Connection
Marketplace Idslist 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.
IdentifiersA comma-delimited list of product identifiers to search the Amazon catalog for. Note: Cannot be used with keywords.
Identifiers TypeType of product identifiers to search the Amazon catalog for. Note: Required when identifiers are provided.
Included DataA comma-delimited list of data sets to include in the response. Default: summaries.
LocaleLocale for retrieving localized summaries. Defaults to the primary locale of the marketplace.
Seller IdA selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
KeywordsA comma-delimited list of words to search the Amazon catalog for. Note: Cannot be used with identifiers.
Brand NamesA comma-delimited list of brand names to limit the search for keywords-based queries. Note: Cannot be used with identifiers.
Classification IdsA comma-delimited list of classification identifiers to limit the search for keywords-based queries. Note: Cannot be used with identifiers.
Page SizeThe maximum number of feeds to return in a single call.10
Page TokenA token to fetch a certain page when there are multiple pages worth of results.
Keywords LocaleThe language of the keywords provided for keywords-based queries. Defaults to the primary locale of the marketplace. Note: Cannot be used with identifiers.

Update Listings Item

Partially update (patch) a listings item for a selling partner.

InputCommentsDefault
Connection
Seller IdA selling partner identifier, such as a seller account or vendor code. Note: Required when identifiersType is SKU.
Stock Keeping Unit (SKU)A selling partner provided identifier for an Amazon listing.
Marketplace Idslist 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 TypeThe Amazon product type of the listings item.
Issue LocaleA 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.
PatchesOne or more JSON Patch operations to perform on the listings item.