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
| API | Description |
|---|---|
| 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 |
| GET api/Products?iCompanyID={iCompanyID}&countOnly={countOnly}&useAll={useAll} |
No documentation available. |
| POST api/Products |
No documentation available. |
| POST api/Products?indent={indent}&iDeep={iDeep} |
No documentation available. |