get https://api.voucherify.io/v1/product-collections/
Retrieves the product collection.
Response schema
Returns a products collection object if a valid identifier was provided in the path.
id
An internal id corresponding to the products collection object.
name
Indicates the user-defined collection name.
type
Indicates whether the collection is dynamic AUTO_UPDATE
or static STATIC
.
products
Returns an array of product objects for a static collection.
filter
Returns filter boundary conditions for a dynamic collection.
Returns an error if an incorrect id
is provided in the path.