curl --request POST \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/checkout/shipping-options \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
"<unknown>"
],
"is_paginated": false
}No OAuth machine scope. Customer-authenticated storefront endpoint.
curl --request POST \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/checkout/shipping-options \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"data": [
"<unknown>"
],
"is_paginated": false
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store unique_id.
The body is of type object.