curl --location -g --request PUT '{{ecommercev2_url}}/shippings/680a15c9e86090840ce94e6d/vendors' \
--header 'x-client: {{client}}' \
--header 'accept-language: {{acceptLanguage}}' \
--header 'Content-Type: application/json' \
--header 'x-access-token;' \
--data-raw '{
"platformCost": {
"amount": 100.50,
"currencyId": "USD",
"type": "fixed"
}
}'
{}
x-access-token: ********************