Skip to content

Instantly share code, notes, and snippets.

@pawelpluta
Created March 26, 2020 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelpluta/6bf87fc1bf2cef57f2afb1319b25adde to your computer and use it in GitHub Desktop.
Save pawelpluta/6bf87fc1bf2cef57f2afb1319b25adde to your computer and use it in GitHub Desktop.
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