Products

A product is an individual item for sale in a FlickRocket shop. Products are often digital, but may also be physical products (such as a T-Shirt) or services. A product may have licenses or product variants, images and trailers.A product may also be a part of a collection.Required Scope: products

APIDescription
GET api2/products/count.json

Get count of products

GET api2/products.json

Get products

GET api2/products/{id}.json

Get products by id

POST api2/products.json

Create a product

PUT api2/products/{id}.json

Update product by id

DELETE api2/products/{id}.json

Delete product by id