Commerce Layer · Arazzo Workflow
Commerce Layer Create Customer with Address Book Entry
Version 1.0.0
Create a customer, create an address, and link it as a customer address book entry.
View Spec
View on GitHub
Headless CommerceComposable CommerceAPI-FirstEcommerceJSON:APIOAuth 2.0Multi-MarketMulti-CurrencyB2CB2BSubscriptionsPromotionsInventoryOrder ManagementCheckoutArazzoWorkflows
Provider
Workflows
create-customer-with-address-book
Create a customer and add an address book entry.
Creates a customer, creates an address, then links them with a customer address book entry.
1
createCustomer
POST/customers
Create the customer record.
2
createAddress
POST/addresses
Create the address resource.
3
linkCustomerAddress
POST/customer_addresses
Link the customer and address with a customer address book entry.