Alokai

addShippingAddressMutation

Portion of the GraphQL query used in the addShippingAddress API endpoint

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