Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.42 KB

ProductCollectionsGetResponseBody.md

File metadata and controls

37 lines (21 loc) · 1.42 KB

ProductCollectionsGetResponseBody

Response body schema for GET /product-collections/{productCollectionId}.

Properties

Name Type Description Notes
id String Product collection ID.
name String Unique user-defined product collection name.
type TypeEnum Describes whether the product collection is dynamic (products come in and leave based on set criteria) or static (manually selected products).
filter ProductCollectionsCreateRequestBodyFilter [optional]
products List<ProductCollectionsItemProductsItem> Defines a set of products for a `STATIC` product collection type. [optional]
createdAt OffsetDateTime Timestamp representing the date and time when the product collection was created. The value is shown in the ISO 8601 format.
_object ObjectEnum The type of the object represented by JSON. This object stores information about the static product collection.

Enum: TypeEnum

Name Value
STATIC "STATIC"
AUTO_UPDATE "AUTO_UPDATE"

Enum: ObjectEnum

Name Value
PRODUCTS_COLLECTION "products_collection"