Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.36 KB

File metadata and controls

19 lines (16 loc) · 1.36 KB

# ProductReferenceDto

Properties

Name Type Description Notes
product_reference string Product reference is an external reference to Customer's Canvas product, e.g online store product identifier. [optional]
product_reference_type \Aurigma\BackOffice\Model\ProductReferenceType Product reference target type. [optional]
product_reference_name string Product reference name, e.g. online store product name. [optional]
product_specification_id int Customer's Canvas product specification identifier. [optional]
product_id int Customer's Canvas product identifier. [optional]
product_version_id int Customer's Canvas product version identifier. [optional]
product_link_id int Customer's Canvas product link identifier. [optional]
product_bundle_id int Customer's Canvas product bundle identifier. [optional]
storefront_id int Storefront identifier. [optional]
tenant_id int Tenant identifier. [optional]
created \DateTime Storefront product reference creation date and time. [optional]

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