Products
Albums and releases management.
List products
Retrieve a paginated list of products
query Parameters
page[number]Page number for pagination
page[size]Number of items per page (max 200)
includeComma-separated list of related resources to include
sortComma-separated list of fields to sort by (prefix with - for descending)
filter[distributor-id]Filter by distributor ID
filter[company-ids]Comma-separated company IDs
filter[label-ids]Comma-separated label IDs
filter[product-genre-ids]Comma-separated product genre IDs
filter[distributor-product-subgenre-ids]Comma-separated distributor product subgenre IDs
filter[statuses]Comma-separated list of statuses (draft, reviewing, active, archived)
filter[upc-code]Filter by UPC code
List products › Responses
Successful response
Array of resource objects (override with specific resource schema)
Related resources included in the response
Create a product
Create a new Product (Album/Single/EP/Video)
Create a product › Request Body
Create a product › Responses
Product created successfully
The primary resource object (override with specific resource schema)
Related resources included in the response
Get product details
Retrieve a single product by ID
path Parameters
idResource ID
query Parameters
includeComma-separated list of related resources to include
fields[products]Comma-separated list of fields to include (sparse fieldsets)
Get product details › Responses
Successful response
The primary resource object (override with specific resource schema)
Related resources included in the response
Update a product
Update an existing product
path Parameters
idResource ID
Update a product › Request Body
Update a product › Responses
Product updated successfully
The primary resource object (override with specific resource schema)
Related resources included in the response