Retrieves all shipping rates available to a specific quote based on the provided quoteId.
This endpoint only returns the static and real-time shipping methods available to a quote based on its product specifications and shipping address. Use the Get All B2B Quote Custom Shipping Methods endpoint to retrieve information on custom shipping methods.
Note that the URL for this endpoint is https://api-b2b.bigcommerce.com/api/v3/io/rfq/{quote_id}/shipping-rates, which is different from the URL for the Select a Shipping Rate for a Quote and Remove Selected Shipping Rate from a Quote endpoints (https://api-b2b.bigcommerce.com/api/v3/io/rfq/{quote_id}/shipping-rate). Using the incorrect URL will result in a 405 - Method Not Allowed error.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.