CreateProductInput
Version 2024-04-01
Overview
Specifies the input fields required to create a new Product.
Arguments
Argument | Description |
---|---|
advertisedPrice (PriceInput) | Advertised price for a product. |
amazonSku (AmazonSkuProductIdentifierInput) | Amazon SKU from Amazon.com. |
externalId (String required) | 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 required) | 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. |
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. |
Updated 6 days ago