Created getAllProductPrices (markdown)
parent
0a4e751af2
commit
6b990a3ec1
|
@ -0,0 +1,15 @@
|
|||
URL: /products/all_prices/<br/>
|
||||
Request type: GET
|
||||
|
||||
### Overview
|
||||
The getAllProductPrices returns a detailed list of available product prices.
|
||||
|
||||
### Request parameters
|
||||
* None
|
||||
|
||||
### Response
|
||||
* product_prices - array of product prices
|
||||
* id - product ID
|
||||
* period - product validity period in months (12,24)
|
||||
* price - partner price in account default currency
|
||||
* success - success value (true)
|
Loading…
Reference in New Issue