Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 853 Bytes

CreateUpdateCategories.md

File metadata and controls

14 lines (10 loc) · 853 Bytes

CreateUpdateCategories

Properties

Name Type Description Notes
Id string Unique Category ID as saved in the shop [default to null]
Name string Mandatory in case of creation. Name of the Category, as displayed in the shop [optional] [default to null]
Url string URL to the category [optional] [default to null]
DeletedAt string UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the category deleted from the shop's database [optional] [default to null]
IsDeleted bool category deleted from the shop's database [optional] [default to null]

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