{
"id": "string",
"companyId": "string",
"type": "Shopranos",
"externalApiUrl": "string",
"externalApiKey": "string",
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z",
"useCatalogPrices": true
}
curl --location --request PUT 'https://platform.shopranos.eu/api/pricing/configuration/cart' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"type": "Shopranos",
"externalApiUrl": "string",
"externalApiKey": "string",
"updateDate": "2019-08-24T14:15:22Z",
"insertDate": "2019-08-24T14:15:22Z",
"useCatalogPrices": true
}'
{}