MappingProduct
Version 2024-01-01
Important
The Buy with Prime API is offered as a preview and might change as we receive feedback and iterate on the interfaces. We are sharing this early documentation to help you learn about the Buy with Prime API as we write and iterate on the content.
Overview
Mapping product holds the product identifier mapping between e-commerce platform and Amazon.com. Product data authority is e-commerce platform. Product fulfillment is provided by Buy With Prime.
Fields
Field | Description |
---|---|
externalId (ExternalItemIdentifier) | DeprecatedUse (Deprecated) External e-commerce platform product identifier. |
id (ID required) | Product identifier generated by Buy With Prime associated with the product. |
image (FeaturedImage) | Image associated with a product. |
isPrimeIntended (Boolean) | Intention of offering prime for a product. |
mSku (MskuItemIdentifier) | DeprecatedUse (Deprecated) Amazon SKU from Amazon.com. |
productExternalId (ExternalProductIdentifier) | External e-commerce platform product identifier. |
productMsku (MskuProductIdentifier) | Amazon SKU from Amazon.com. |
productSku (SkuProductIdentifier) | Product SKU from e-commerce platform. |
sku (SkuItemIdentifier) | DeprecatedUse (Deprecated) Product SKU from e-commerce platform. |
url (String) | Product detail page URL for a product. |
inventoryItem (InventoryItem) | Extend MappingProduct with InventoryItem so clients can retrieve inventory data using external inventory identifiers. |
buyability (Buyability) | Extend MappingProduct with Buyability so clients can query Buyability fields when querying MappingProduct. |
Updated 3 days ago