Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

Store.md

File metadata and controls

19 lines (14 loc) · 1.04 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 string The name of the store.
description string The description of the store.
attributes object The attributes of the store. [optional]
integrationId string The integration ID of the store. You choose this ID when you create a store.
applicationId int The ID of the application that owns this entity.
updated \DateTime Timestamp of the most recent update on this entity.
linkedCampaignIds 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]