Customer Upload¶
Shopify API¶
https://help.shopify.com/en/api/reference/customers/customer
Description¶
Allows you to create and update customers.
Update Mode¶
Insert or Update
Writeback Fields¶
- id
- The Shopify assigned customer id.
- def_addressid
- The Shopify assigned default address id.
Update Handling¶
To update an existing customer either specify the customer record’s id or the email address of the customer record.
Default Address Handling¶
On the customer record the default address can be specified. To update the default address on an existing customer, it is necessary to specify the def_addressid field. If the id is invalid a new address will be created.
Addresses¶
Other addresses can be specified as children to the customer record.
To create a new record leave the id field empty.
To update an existing address it is necessary to specify the Shopify customer address.