7 lines
219 B
Plaintext
7 lines
219 B
Plaintext
curl --location --request POST 'https://medusa-url.com/admin/shipping-profiles' \
|
|
--header 'Authorization: Bearer {api_token}' \
|
|
--header 'Content-Type: application/json' \
|
|
--data-raw '{
|
|
"name": "Large Products"
|
|
}'
|