QuoteShippingInput
Input for creating or updating the shipping address of a quote
This page contains
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) |
Mutations for QuoteShippingInput
| setQuoteShippingAddress PREVIEW | Create or update the shipping address of a quote |