Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 870 Bytes

ProductCollectionsCreateRequestBody.md

File metadata and controls

12 lines (9 loc) · 870 Bytes

# ProductCollectionsCreateRequestBody

Properties

Name Type Description Notes
type string Show that the product collection is static (manually selected products). [default to 'STATIC']
name string Unique user-defined product collection name.
products \OpenAPI\Client\Model\ProductCollectionsCreateDynamicRequestBodyProductsItem[] Defines a set of products for a `STATIC` product collection type. [optional]
filter \OpenAPI\Client\Model\ProductCollectionsCreateRequestBodyFilter [optional]

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