Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 760 Bytes

ProductCollectionsCreateRequestBody.md

File metadata and controls

24 lines (12 loc) · 760 Bytes

ProductCollectionsCreateRequestBody

Properties

Name Type Description
type TypeEnum Show that the product collection is static (manually selected products).
name String Unique user-defined product collection name.
products List<ProductCollectionsCreateRequestBodyProductsItem> Defines a set of products for a `STATIC` product collection type.
filter Object Defines a set of criteria and boundary conditions for an `AUTO_UPDATE` product collection type.

Enum: TypeEnum

Name Value
STATIC "STATIC"