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

Latest commit

 

History

History
15 lines (12 loc) · 1.2 KB

ProductCollectionsCreateResponseBody.md

File metadata and controls

15 lines (12 loc) · 1.2 KB

# ProductCollectionsCreateResponseBody

Properties

Name Type Description Notes
id string Product collection ID.
name string Unique user-defined product collection name.
type string Describes whether the product collection is dynamic (products come in and leave based on set criteria) or static (manually selected products).
filter \OpenAPI\Client\Model\ProductCollectionsCreateRequestBodyFilter [optional]
products \OpenAPI\Client\Model\ProductCollectionsItemProductsItem[] Defines a set of products for a `STATIC` product collection type. [optional]
created_at \DateTime Timestamp representing the date and time when the product collection was created in ISO 8601 format.
object string The type of object represented by JSON. This object stores information about the static product collection. [default to 'products_collection']

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