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-centralDescription
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)
- Sign into Seller Central using your developer credentials and navigate to Develop Apps.
- On the Developer Central page, choose Add new app client.
- Enter the OAuth Redirect URI as https://oauth2.prismatic.io/callback and save
- Viewing the LWA credentials will provide the client ID and client secret to enter into your Prismatic credentials
Data Sources
Fetch Destinations
Fetch an array of Destinations | key: destinations | type: picklist
{
"result": [
{
"label": "Destination Name.",
"key": "123"
}
]
}
Actions
Cancel Feed
Cancels the feed that you specify. | key: cancelFeed
Cancel Shipment
Cancel the shipment indicated by the specified shipment identifier. | key: cancelShipment
Confirm Order Shipment
Updates the shipment confirmation status for a specified order. | key: confirmOrderShipment
Create Destination
Creates a destination resource to receive notifications. | key: createDestination
Create Feed
Creates a feed. Upload the contents of the feed document before calling this operation. | key: createFeed
Create Feed Document
Creates a feed document for the feed type that you specify. | key: createFeedDocument
Create Listings Item
Creates a new or fully-updates an existing listings item for a selling partner. | key: createListingsItem
Create Shipment
Create a shipment with the information provided. | key: createShipment
Create Subscription
Creates a subscription for the specified notification type to be delivered to the specified destination. | key: createSubscription
Delete Destination
Deletes the destination that you specify. | key: deleteDestination
Delete Listings Item
Delete a listings item for a selling partner. | key: deleteListingsItem
Delete Subscription By ID
Deletes the subscription indicated by the subscription identifier and notification type that you specify. | key: deleteSubscription
Get Catalog Item
Retrieves details for an item in the Amazon catalog. | key: getCatalogItem
Get Destination
Returns information about the destination that you specify. | key: getDestination
Get Feed
Returns feed details (including the resultDocumentId, if available) for the feed that you specify. | key: getFeed
Get Feed Document
Returns the information required for retrieving a feed document's contents. | key: getFeedDocument
Get Listings Item
Returns details about a listings item for a selling partner. | key: getListingsItem
Get Order
Returns the order that you specify. | key: getOrder
Get Order Address
Returns the shipping address for the order that you specify. | key: getOrderAddress
Get Order Buyer Info
Returns buyer information for the order that you specify. | key: getOrderBuyerInfo
Get Order Items
Returns detailed order item information for the order that you specify. | key: getOrderItems
Get Order Items Buyer Info
Returns buyer information for the order items in the order that you specify. | key: getOrderItemsBuyerInfo
Get Shipment
Returns the shipment information for an existing shipment. | key: getShipment
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
List Destinations
Returns information about all destinations. | key: listDestinations
List Feeds
Returns feed details for the feeds that match the filters that you specify. | key: listFeeds
List Orders
Returns orders created or updated during the time frame indicated by the specified parameters. | key: listOrders
List Subscription
Returns information about subscriptions of the specified notification type. | key: listSubscriptions
Raw Request
Send raw HTTP request to Amazon Seller Central | key: rawRequest
Search Catalog Item
Search for and return a list of Amazon catalog items and associated information either by identifier or by keywords. | key: searchCatalogItem
Update Listings Item
Partially update (patch) a listings item for a selling partner. | key: updateListingsItem