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

Latest commit

 

History

History
14 lines (9 loc) · 866 Bytes

ProductCollectionsCreateRequestBody.md

File metadata and controls

14 lines (9 loc) · 866 Bytes

ProductCollectionsCreateRequestBody

Properties

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

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