Create a customer address
Adds a new address to the customer’s address book. Pass is_default_billing: true or is_default_shipping: true to set as the default — the previous default loses its flag in the same transaction.
Required scope: write_customers (for API-key authentication).
POST
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Body
application/json
Response
201 - application/json
address created
Spree Admin SDK

