API Reference

Get the quote details for provided address

Get the quote for provided address. You need to provide either an address id OR an address in the POST body.
Sample Curl
curl --location --request POST 'https://mygatewayurl.com/V1/storeview/default/user/quote/checkout-details --header 'Content-Type: application/json' --data '{"address":{"region_id":571,"country_id":"AU","postcode":"3205"}}'.
Using address id only
curl --location --request POST 'https://mygatewayurl.com/V1/storeview/default/user/quote/checkout-details --header 'Content-Type: application/json' --data '{"addressId":149}'

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!