Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.38 KB

File metadata and controls

17 lines (13 loc) · 1.38 KB

Voucherify.Model.ProductCollectionsCreateResponseBody

Response body schema for POST v1/product-collections.

Properties

Name Type Description Notes
Id string Product collection ID. [optional]
Name string Unique user-defined product collection name. [optional]
Type string Describes whether the product collection is dynamic (products come in and leave based on set criteria) or static (manually selected products). [optional]
Filter Object Defines a set of criteria and boundary conditions for an `AUTO_UPDATE` product collection type. [optional]
Products List<ProductCollectionsCreateResponseBodyProductsItem> Defines a set of products for a `STATIC` product collection type. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the product collection was created. The value is shown in the ISO 8601 format. [optional]
Object string The type of the object represented by JSON. This object stores information about the static product collection. [optional]

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