Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.23 KB

CreateUpdateProducts.md

File metadata and controls

19 lines (15 loc) · 1.23 KB

CreateUpdateProducts

Properties

Name Type Description Notes
id str Product ID for which you requested the details
name str Mandatory in case of creation**. Name of the product for which you requested the details
url str URL to the product [optional]
image_url str Absolute URL to the cover image of the product [optional]
sku str Product identifier from the shop [optional]
price float Price of the product [optional]
categories list[str] Category ID-s of the product [optional]
parent_id str Parent product id of the product [optional]
meta_info dict(str, str) Meta data of product such as description, vendor, producer, stock level. The size of cumulative metaInfo shall not exceed 1000 KB. Maximum length of metaInfo object can be 10. [optional]
deleted_at str UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the product deleted from the shop's database [optional]

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