Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 919 Bytes

CreateUpdateProducts.md

File metadata and controls

17 lines (13 loc) · 919 Bytes

CreateUpdateProducts

Properties

Name Type Description Notes
id string Product ID for which you requested the details
name string Mandatory in case of creation**. Name of the product for which you requested the details
url string URL to the product [optional]
imageUrl string Absolute URL to the cover image of the product [optional]
sku string Product identifier from the shop [optional]
price float Price of the product [optional]
categories string[] Category ID-s of the product [optional]
parentId string Parent product id of the product [optional]

[Back to Model list] [Back to API list] [Back to README]