Get all items in the Platform's Catalog.
Query parameters
When true, will return the additional brand fields: status, disclaimer, description, shortDescription, terms, brandRequirements collection, and imageUrls collection.
Returns the brand and item details for a specific brand ID.
Returns the brand and item details for a specific brand name.
Returns the brand and item details for a specific utid. The utid is the unique identifier for a specific reward.
Returns the brand and item details of the specified reward name.
Returns all brands and item details with the specified status. Possible statuses are: "test", "active", "inactive", "deleted"
Returns all brands and item details with the specified rewardType.
Return all brands and item details associated with a specific currency.
Returns all brands and item details from a specific country.
Returns all brands and item details for a specific fulfillment type.
Returns all brands and item details for a specific item attribute.
Returns all brands and item details for specific brand categories.
Response
OK
Example response
{
"brands": [
{
"items": [
{
"quantityConstraints": {
"minQuantity": 1,
"maxQuantity": 1
}
}
]
}
]
}