api-key: ********************
{
"items": [
{
"productId": 213,
"customerId": 5873
},
{
"productId": 44,
"configurationId": 84628
}
]
}
curl --location --request POST 'https://api.logictrade.cloud/rest/v1/products/prices' \
--header 'Content-Type: application/json' \
--header 'api-key;' \
--data-raw '{
"items": [
{
"productId": 213,
"customerId": 5873
},
{
"productId": 44,
"configurationId": 84628
}
]
}'
[
{
"productId": 106,
"salesPrice": 1000,
"discountSalesPrice": 900,
"recommendedRetailPrice": 1299.95
},
{
"productId": 106,
"customerId": 12,
"configurationId": 1010,
"salesPrice": 1012,
"discountSalesPrice": 607.2,
"recommendedRetailPrice": 1299.95
}
]