Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.09 KB

Store.md

File metadata and controls

19 lines (14 loc) · 1.09 KB

Store

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created. The time this entity was created.
name str The name of the store.
description str The description of the store.
attributes object The attributes of the store. [optional]
integration_id str The integration ID of the store. You choose this ID when you create a store. Note: You cannot edit the `integrationId` after the store has been created.
application_id int The ID of the application that owns this entity.
updated datetime Timestamp of the most recent update on this entity.
linked_campaign_ids list[int] A list of IDs of the campaigns that are linked with current store. [optional]

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