Price

The price resource represents prices of products. Every product must associated with at least one price/price per license to appear in the shop.
Required Scope: products

APIDescription
GET api2/prices/count.json

Get count of prices

GET api2/prices.json

Get prices

GET api2/prices/{id}.json

Get prices by id

DELETE api2/prices/{id}.json

Delete prices by id

POST api/Price

No documentation available.