customerModifyShippingAddress
Modifies the shipping address of an order on behalf of the customer.
customerModifyShippingAddress(
address: OrderCustomerAddressInput!
language: OrderCustomerLanguageInput
orderId: ID!
zendeskConversation: OrderCustomerZendeskConversationInput!
): OperationReturn
Arguments
customerModifyShippingAddress.address ● OrderCustomerAddressInput! non-null input
customerModifyShippingAddress.language ● OrderCustomerLanguageInput enum
customerModifyShippingAddress.orderId ● ID! non-null scalar
customerModifyShippingAddress.zendeskConversation ● OrderCustomerZendeskConversationInput! non-null input
Type
OperationReturn object
Generic return type for operations that have no intrinsic return type