Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit edbc345

Browse files
committed
GraphQL #932
1 parent fe8777d commit edbc345

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

_includes/graphql/customer-address-input.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
### CustomerAddress input {#customerAddressInput}
1+
### CustomerAddressInput attributes {#customerAddressInput}
22

3-
The `CustomerAddress` input can contain the following attributes:
3+
The `CustomerAddressInput` object can contain the following attributes:
44

55
Attribute | Data Type | Description
66
--- | --- | ---
77
`city` | String | The city or town
88
`company` | String | The customer's company
99
`country_id` | String | The customer's country
10-
`custom_attributes` | [CustomerAddressAttribute](#customerAddressAttributeInput) | Address custom attributes
10+
`custom_attributes` | [CustomerAddressAttributeInput](#customerAddressAttributeInput) | Deprecated. Not applicable for GraphQL
1111
`customer_id` | Int | The customer ID
1212
`default_billing` | Boolean | Indicates whether the address is the default billing address
1313
`default_shipping` | Boolean | Indicates whether the address is the default shipping address
@@ -19,25 +19,25 @@ Attribute | Data Type | Description
1919
`middlename` | String | The middle name of the person associated with the shipping/billing address
2020
`postcode` | String | The customer's ZIP or postal code
2121
`prefix` | String | An honorific, such as Dr., Mr., or Mrs.
22-
`region` | [CustomerAddressRegion](#customerAddressRegionInput) | An object that defines the customer's state or province
22+
`region` | [CustomerAddressRegionInput](#customerAddressRegionInput) | An object that defines the customer's state or province
2323
`region_id` | Int | A number that uniquely identifies the state, province, or other area
2424
`street` | [String] | An array of strings that define the street number and name
2525
`suffix` | String | A value such as Sr., Jr., or III
2626
`telephone` | String | The telephone number
2727
`vat_id` | String | The customer's Tax/VAT number (for corporate customers)
2828

29-
### CustomerAddressAttribute input {#customerAddressAttributeInput}
29+
### CustomerAddressAttributeInput attributes {#customerAddressAttributeInput}
3030

31-
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:
3232

3333
Attribute | Data Type | Description
3434
--- | --- | ---
3535
`attribute_code` | String | Attribute code
3636
`value` | String | Attribute value
3737

38-
### CustomerAddressRegion input {#customerAddressRegionInput}
38+
### CustomerAddressRegionInput attributes {#customerAddressRegionInput}
3939

40-
The `customerAddressRegion` input can contain the following attributes:
40+
The `customerAddressRegionInput` object can contain the following attributes:
4141

4242
Attribute | Data Type | Description
4343
--- | --- | ---

_includes/graphql/customer-address-output.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### CustomerAddress output {#customerAddressOutput}
1+
### CustomerAddress attributes {#customerAddressOutput}
22

33
The values assigned to attributes such as `firstname` and `lastname` in this object may be different from those defined in the `Customer` object.
44

@@ -9,7 +9,7 @@ Attribute | Data Type | Description
99
`city` | String | The city or town
1010
`company` | String | The customer's company
1111
`country_id` | String | The customer's country
12-
`custom_attributes` | [CustomerAddressAttribute](#customerAddressAttributeOutput) | Address custom attributes
12+
`custom_attributes` | [CustomerAddressAttribute](#customerAddressAttributeOutput) | Deprecated. Not applicable for GraphQL
1313
`customer_id` | Int | The customer ID
1414
`default_billing` | Boolean | Indicates whether the address is the default billing address
1515
`default_shipping` | Boolean | Indicates whether the address is the default shipping address
@@ -28,16 +28,16 @@ Attribute | Data Type | Description
2828
`telephone` | String | The telephone number
2929
`vat_id` | String | The customer's Tax/VAT number (for corporate customers)
3030

31-
### CustomerAddressAttribute output {#customerAddressAttributeOutput}
31+
### CustomerAddressAttribute attributes {#customerAddressAttributeOutput}
3232

33-
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:
3434

3535
Attribute | Data Type | Description
3636
--- | --- | ---
3737
`attribute_code` | String | Attribute code
3838
`value` | String | Attribute value
3939

40-
### CustomerAddressRegion output {#customerAddressRegionOutput}
40+
### CustomerAddressRegion attributes {#customerAddressRegionOutput}
4141

4242
The `customerAddressRegion` output returns the following attributes:
4343

0 commit comments

Comments
 (0)