UpdateProductInput
Version 2024-11-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
Specifies the input fields to update a Product. Only provided fields will be updated in the Product.
Arguments
Argument | Description |
---|---|
advertisedPrice (PriceInput) | Advertised price for a product. |
amazonSku (AmazonSkuProductIdentifierInput) | Amazon SKU from Amazon.com. |
externalId (String) | Unique identifier from external e-commerce platform. The size should be greater than or equal to 1 and less than or equal to 255. |
externalVersion (String) | External version for a product. The size should be greater than or equal to 1 and less than or equal to 255. |
image (FeaturedImageInput) | The featured Image associated with a product. |
offerPrime (Boolean) | Intention of offering prime for a product. |
productDetailPageUrl (String) | Product detail page URL for a product. The size should be greater than or equal to 1 and less than or equal to 2000. |
purchaseGroupMemberships ([PurchaseGroupMembershipInput]) | A list of purchase group memberships associated with a component product. The size should be greater than or equal to 0 and less than or equal to 20. |
sku (String) | Product SKU from e-commerce platform. The size should be greater than or equal to 1 and less than or equal to 255. |
title (LocalizedStringFieldInput) | Title for a product. |
variationGroupMembership (VariationGroupMembershipInput) | Variation group membership associated with a variation product. |
Updated 2 days ago