Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.23 KB

File metadata and controls

18 lines (15 loc) · 1.23 KB

# CustomStorefrontDto

Properties

Name Type Description Notes
api_key_header_name string Name of header that will be used to provide API key to target storefront system. [optional]
api_key string API key for target storefront system. [optional]
id int Storefront identifier. [optional]
tenant_id int Tenant identifier. [optional]
name string Storefront name. [optional]
processing_pipelines_trigger_project_status int Status of project that should become a trigger to start project items processing automatically. [optional]
post_processing_pipeline_id int Identifier of pipeline that should be used for post-processing for projects when all project items are processed. [optional]
type \Aurigma\BackOffice\Model\StorefrontType Storefront ecommerce system type. [optional]
created \DateTime Storefront entity creation date and time. [optional]
shop_urls string[] Connected shops URLs. [optional]

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