API Reference

Set shipping options

Set shipping options including shipping address, shipping method and shipping carrier. Provide email for guest.
Sample Curl
curl --location 'https://mygatewayurl.com/V1/storeview/default/user/quote/shipping-options' --header 'Content-Type: application/json' --data '{"shipping":{"address":{"countryId":"AU","regionCode":"VIC","region":"Victoria","street":["22 Albert Road"],"company":"ABC","telephone":"123123213321","postcode":"3205","city":"South Melbourne","firstname":"Testfirst","lastname":"Testlast","middlename":null,"prefix":null,"suffix":null,"vatId":null,"fax":null},"shipping_options":{"code":"400001400002-Microtech---Delivery","source_stock_id":"1","carrier":"vendorshipping"}}}'
Sample Curl for using ids instead of address
curl --location 'https://mygatewayurl.com/V1/storeview/default/user/quote/shipping-options' --header 'Content-Type: application/json' --data '{"shipping":{"address_id":155},"shipping_options":{"code":"400001400002-Microtech---Delivery","source_stock_id":"1","carrier":"vendorshipping"}}}'

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