Methods

Set Shipping Method

post

/V2/customer/checkout/shipping/methods

Authorizations
Body
object
Example: {"addressId":85}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/customer/checkout/shipping/methods' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --header 'Content-Type: application/json' \
  --data '{
    "addressId": 85
  }'

No body