setQuoteShippingAddress
Create or update the shipping address of a quote
This page contains
Arguments
| input QuoteShippingInput! PREVIEW |
QuoteShippingInput fields
| quoteId ID! | Quote ID whose shipping address will be updated |
| sameAsBillingAddress Boolean | Whether the shipping address is the same as the billing address |
| deliveryAddress QuoteShippingAddressInput PREVIEW | Delivery address details (required when sameAsBillingAddress is false) |
Return Fields
| quote Quote PREVIEW | Updated quote (null if update failed) |
| userErrors [QuoteShippingAddressError!] PREVIEW | Validation errors that prevented the update |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.