Methods

Set Shipping Method

post
Authorizations
Header parameters
guestQuoteIdstringOptional

Guest Quote Id

Example: {{guestToken}}
Body
objectOptionalExample: {"addressId":85}
Responses
200
Successful response
application/json
post
POST /V2/guest/checkout/shipping/methods HTTP/1.1
Host: beta.magento.pixiedia.com
Authorization: noauth YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "addressId": 85
}
200

Successful response

No content