ShippingPrices

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

APIDescription
GET api2/prices_shipping_root/count.json

Count of prices

GET api2/prices_shipping_root.json

Get prices

GET api2/prices_shipping_root/{id}.json

Get price by ID

POST api2/prices_shipping_root.json

Create a prices

PUT api2/prices_shipping_root/{id}.json

Update price by ID

DELETE api2/prices_shipping_root/{id}.json

Delete price by ID

POST api/ShippingPrices

No documentation available.

POST api/ShippingPrices?indent={indent}&iDeep={iDeep}

No documentation available.