Create and Manage Catalogs
Buy with Prime API is now available for early access
Sign up for early access to the Buy with Prime API using the 'Sign Up' button below. The API may change as Amazon receives feedback and iterates on it.
Before you can offer Buy with Prime, you must populate a Buy with Prime catalog with products. To add products to your catalog, you can upload a CSV file that contains your product information, which supports up to 15,000 products per upload. For example requests and responses, see:
Catalog order of operations
Before uploading your Buy with Prime catalog, you must first update your Seller Central or Supply Chain Portal catalog. Products created in your Buy with Prime catalog validate their Amazon SKU, or mSKU, data against Seller Central or Supply Chain Portal catalogs.
When creating products in your Buy with Prime catalog, use the mSKU found in your Seller Central or Supply Chain Portal catalog. If a product's mSKU in your Buy with Prime catalog doesn't match the mSKU found in your Seller Central or Supply Chain Portal catalog, the product doesn't show as eligible for Buy with Prime.
API operations
You use the following mutations, queries, and events to create and manage catalogs.
Mutations
| Name | Description |
|---|---|
createCatalogFeed | Creates a catalog feed, which represents a bulk data import operation of products. |
createUploadLink | Gets a temporary upload URL for uploading a catalog feed file. After the file is uploaded, you can pass the returned fileId to other Buy with Prime API operations to further process the uploaded file. |
Queries
| Name | Description |
|---|---|
catalogFeed | Gets a catalog feed, which represents a bulk data import operation of products. |
downloadLink | Gets a temporary URL that you use to download files using file IDs returned by Buy with Prime operations such as the catalogFeed query. |
inventoryItem | Gets an inventory item by using a Buy With Prime inventory identifier. |
mappingProduct | Returns a mapping product, which holds the product identifier mapping between your e-commerce service provider's system and Amazonās fulfillment systems. |
Events
| Event | When Event is Published |
|---|---|
BUYABILITY_CHANGED | An item that was previously eligible for Buy with Prime is no longer eligible for Buy with Prime, or vice versa. |
INVENTORY_CHANGED | An item's inventory level changes or an item has an error that requires merchant action. |
Related topics
Updated 9 days ago
