Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 947 Bytes

Catalog.md

File metadata and controls

18 lines (14 loc) · 947 Bytes

Catalog

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
account_id int The ID of the account that owns this entity.
modified datetime The time this entity was last modified.
name str The cart item catalog name.
description str A description of this cart item catalog.
subscribed_applications_ids list[int] A list of the IDs of the applications that are subscribed to this catalog. [optional]
version int The current version of this catalog.
created_by int The ID of user who created this catalog.

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