Accounts
An Account represents the entity that participates in a Commerce transaction. Accounts can have Carts, Orders, Subscriptions, and Addresses.
📄️ Create an Account
With the account creation endpoint, you have the ability to create accounts which can optionally have another account as a parent.
📄️ Get All Accounts
Use this endpoint to Get all accounts.
📄️ Get an Account
View a specific account contained within your store
📄️ Update an Account
Update the information contained on an account.
📄️ Delete an Account
Delete a specific account within a store
📄️ Get an Account's Tags Relationship
Get a list of Account Tags on an Account
📄️ Add Account Tags
Add Account Tags onto an Account. Please note that after adding a tag to an account, the account member token should be regenerated to reflect the updated account status, allowing other services to react accordingly. See [Account Management Authentication Token](/docs/api/accounts/post-v-2-account-members-tokens).
📄️ Remove Account Tags
Remove Account Tags from an Account. Please note that after removing a tag from an account, the account member token should be regenerated to reflect the updated status, allowing other services to react accordingly. See [Account Management Authentication Token](/docs/api/accounts/post-v-2-account-members-tokens).