Anchor to CustomerAddressCreatePayloadCustomer
payloadCustomer Address Create Payload
Return type for mutation.
Anchor to FieldsFields
- customerAddress (MailingAddress)
- customerUserErrors ([CustomerUserError!]!)
- userErrors ([UserError!]!): deprecated
- Anchor to customerAddresscustomer•Mailing
Address Address The new customer address object.
- Anchor to customerUserErrorscustomer•[Customer
User Errors User Error!]! non-null The list of errors that occurred from executing the mutation.
- Anchor to userErrorsuser•[User
Errors Error!]! non-nullDeprecated
Was this section helpful?
Anchor to Mutations with this payloadMutations with this payload
- customerAddressCreate (CustomerAddressCreatePayload)
- •mutation
Creates a new
for aCustomer. Use the customer's access token to identify them. Successful creation returns the new address.Each customer can have multiple addresses.
- Anchor to customerAccessTokencustomer•String!
Access Token required The access token used to identify the customer.
- Anchor to addressaddress•Mailing
Address Input! required The customer mailing address to create.
Arguments
Was this section helpful?