curl -X POST '/api/prices/set-shipping-cost-command' \ | |
--header 'Content-Type: application/json' \ | |
--data-raw '{ | |
"country": "GERMANY", | |
"packageClassAPrice": 3.75, | |
"packageClassBPrice": 9.2, | |
"packageClassCPrice": 18.95, | |
"currency": "USD" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment