Update checkout with shipping address

PATCH {{orgUrl}}/services/data/v{{apiVersion}}/commerce/webstores/{{webstoreId}}/checkouts/:checkoutId

Sets the ship-to address associated with the checkout (variable checkoutId) to the address found/created in a previous request (variable _addressId).

Request Body

{"deliveryAddress"=>{"id"=>"{{_addressId}}"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring