Alokai

updateShippingAddressMutation

Portion of the GraphQL query used in the updateShippingAddress API endpoint

updateShippingAddressMutation = "\n  mutation updateShippingAddress(
	$version: Long!,
	$actions: [MyCustomerUpdateAction!]!,
	$storeKey: KeyReferenceInput
) {\n    user: updateMyCustomer(version: $version,
	actions: $actions,
	storeKey: $storeKey) {\n      ...DefaultCustomer\n    }\n  }\n"