Select Shipping Rate for Quote
Authentication
Path parameters
Request
Shipping method ID. Cannot be used with customShippingMethodName at the same time.
Custom shipping method name. Cannot be used with shippingMethodId at the same time.
Shipping method ID. Cannot be used with customShippingMethodName at the same time.
Custom shipping method name. Cannot be used with shippingMethodId at the same time.
Adds a shipping method to a specific quote based on the provided quoteId.
Use the Get Available Shipping Rates for a Quote or Get All B2B Quote Custom Shipping Methods endpoints to retrieve shipping method information that you can add to the quote.
The request body must include either the shippingMethodId field to add a static or real-time shipping method, or the customShippingMethodName and the customShippingMethodCost fields to add a custom shipping method.
Note that the URL for this endpoint is https://api-b2b.bigcommerce.com/api/v3/io/rfq/{quote_id}/shipping-rate, which is different from the URL for the Get Available Shipping Rates for a Quote endpoint (https://api-b2b.bigcommerce.com/api/v3/io/rfq/{quote_id}/shipping-rates). 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.