Skip to main content
GET
/
external
/
v1
/
protocols
/
products
/
:id
/
price
Get Product Price
curl --request GET \
  --url https://us.api.aiosmedical.com/external/v1/protocols/products/:id/price
{
  "price": 100,
  "couponValue": 10,
  "totalPrice": 90
}

Path Parameters

id
string
required

Product ID

Query Parameters

couponId
string

Coupon code

Response

Product Price

price
number
Example:

100

couponValue
number
Example:

10

totalPrice
number
Example:

90