Skip to content

Files

Latest commit

d3f1d5a · Feb 13, 2023

History

History
18 lines (15 loc) · 1.31 KB

CreateUpdateProduct.md

File metadata and controls

18 lines (15 loc) · 1.31 KB

sib_api_v3_sdk.Model.CreateUpdateProduct

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 List<string> Category ID-s of the product [optional]
ParentId string Parent product id of the product [optional]
MetaInfo Dictionary<string, Object> 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]
UpdateEnabled bool? Facilitate to update the existing category in the same request (updateEnabled = true) [optional] [default to false]

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