You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
The `CustomerAddressAttribute` input can contain the following attributes:
31
+
The `CustomerAddressAttributeInput` data type has been deprecated because the contents are not applicable for GraphQL. It can contain the following attributes:
The `CustomerAddressAttribute` output returns the following attributes:
33
+
The `CustomerAddressAttribute` output data type has been deprecated because the contents are not applicable for GraphQL. It can contain the following attributes:
Copy file name to clipboardExpand all lines: _includes/graphql/customer-input.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Attribute | Data Type | Description
8
8
`email` | String | The customer's email address
9
9
`firstname` | String | The customer's first name
10
10
`gender` | Int | The customer's gender (Male - 1, Female - 2)
11
-
`group_id` | Int | The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
11
+
`group_id` | Int | Deprecated. This attribute is not applicable for GraphQL. The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
12
12
`id` | Int | The ID assigned to the customer
13
13
`is_subscribed` | Boolean | Indicates whether the customer is subscribed to the company's newsletter
Copy file name to clipboardExpand all lines: _includes/graphql/customer-output.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Attribute | Data Type | Description
8
8
`email` | String | The customer's email address
9
9
`firstname` | String | The customer's first name
10
10
`gender` | Int | The customer's gender (Male - 1, Female - 2)
11
-
`group_id` | Int | The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
11
+
`group_id` | Int | Deprecated. This attribute is not applicable for GraphQL. The group assigned to the user. Default values are 0 (Not logged in), 1 (General), 2 (Wholesale), and 3 (Retailer)
12
12
`id` | Int | The ID assigned to the customer
13
13
`is_subscribed` | Boolean | Indicates whether the customer is subscribed to the company's newsletter
0 commit comments