| GET | /price/{brand} | Get the list of prices of the requested items |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| brand | path | string | Yes | Brand |
| posCode | query | string | Yes | POS Legacy |
| articleCodes | query | List<string> | Yes | List of Article Codes |
| includeDealerCostPrice | query | bool | Yes | Include Dealer Cost Price in the response |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| articleCode | form | string | Yes | Reference Code of the item |
| currency | form | string | Yes | Currency of the price |
| retailSalePrice | form | decimal | No | Retail price of the item |
| priceListCode | form | string | Yes | Code of currency applied |
| dealerCostPrice | form | DealerCostPrice | No | Dealer Cost Price |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| currency | form | string | Yes | Currency of the Dealer Cost Price |
| price | form | decimal? | Yes | Dealer Cost Price of the item |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /price/{brand} HTTP/1.1
Host: dev-api-booster.richemont.com
Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length [ ]