get prices for exampleProduct and store first in var priceId
GET {{api_url}}/price/{{tenant}}/prices
Get all prices OR Get all prices by product ID(s) for a specific tenant
Parameters:
tenant: Stands for the project
that requests this resource. Must match the project
that is associated with the access token in the Authorization header.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
priceId | null | ||
currency | null | ||
effectiveDate | null | ||
itemYrn | null | ||
group | null | ||
sort | null | ||
pageNumber | null | ||
pageSize | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |