Recommended Retail Price
Manage recommended retail prices for VARIO Cloud articles via API, including country, currency and price values, with create, read, update and delete.
RecommendedRetailPrice API
an identifier
successful operation
Unverbindliche Preisempfehlung für einen Artikel
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Preis
Resource with given ID was not found
GET /erp/recommended-retail-price/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"currencyCode": {
"id": 1,
"isoAlpha3": "text",
"label": "text",
"symbol": "text"
},
"countryCode": {
"id": 1,
"isoAlpha2": "text",
"isoAlpha3": "text",
"label": "text"
},
"articleRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"value": 1
}an identifier
Unverbindliche Preisempfehlung für einen Artikel
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Preis
successful operation
Unverbindliche Preisempfehlung für einen Artikel
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Preis
Resource was not found
Resource was not valid to process
PUT /erp/recommended-retail-price/{id} HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 181
{
"version": "text",
"info": {},
"id": "text",
"currencyCode": {
"id": 1,
"isoAlpha3": "text"
},
"countryCode": {
"id": 1,
"isoAlpha2": "text",
"isoAlpha3": "text"
},
"articleRef": {
"id": "text"
},
"value": 1
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"currencyCode": {
"id": 1,
"isoAlpha3": "text",
"label": "text",
"symbol": "text"
},
"countryCode": {
"id": 1,
"isoAlpha2": "text",
"isoAlpha3": "text",
"label": "text"
},
"articleRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"value": 1
}an identifier
successful operation
message context
message
Resource was not found
unable to delete Resource, due to constraints, existing references or internal state
DELETE /erp/recommended-retail-price/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"context": "text",
"messageValue": "text"
}Unverbindliche Preisempfehlung für einen Artikel
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Preis
successful operation
Unverbindliche Preisempfehlung für einen Artikel
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Preis
Resource was not valid to process
POST /erp/recommended-retail-price/ HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 181
{
"version": "text",
"info": {},
"id": "text",
"currencyCode": {
"id": 1,
"isoAlpha3": "text"
},
"countryCode": {
"id": 1,
"isoAlpha2": "text",
"isoAlpha3": "text"
},
"articleRef": {
"id": "text"
},
"value": 1
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"currencyCode": {
"id": 1,
"isoAlpha3": "text",
"label": "text",
"symbol": "text"
},
"countryCode": {
"id": 1,
"isoAlpha2": "text",
"isoAlpha3": "text",
"label": "text"
},
"articleRef": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"value": 1
}Last updated
Was this helpful?