ReDoc documentation

negotiableQuote/{quoteId}/shippingMethod

negotiableQuote/{quoteId}/shippingMethod

put/V1/negotiableQuote/{quoteId}/shippingMethod

Updates the shipping method on a negotiable quote.

Request
path Parameters
quoteId
required
integer

Negotiable Quote id

Request Body schema:
shippingMethod
required
string

The shipping method code.

Responses
200

200 Success.

400

400 Bad Request

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Request samples
{
  • "shippingMethod": "string"
}
Response samples
true