Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 840 Bytes

CreateUpdateCategory.md

File metadata and controls

14 lines (10 loc) · 840 Bytes

CreateUpdateCategory

Properties

Name Type Description Notes
id string Unique Category ID as saved in the shop
name string Mandatory in case of creation. Name of the Category, as displayed in the shop [optional]
url string URL to the category [optional]
updateEnabled bool Facilitate to update the existing category in the same request (updateEnabled = true) [optional] [default to false]
deletedAt string UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the category deleted from the shop's database [optional]

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