Organization Customer Accounts REST Endpoints
Admin/Organization Customer Accounts
The operations from the Admin/Organization Customer Accounts category.
- Delete addresses for shipping for given customer account id under given organization id
- Method: postPath:
/ccadmin/v1/organizations/{id}/customerAccounts/{id}/shipTo/delete
- Delete billing Addresses for given customer account id under given organization id
- Method: postPath:
/ccadmin/v1/organizations/{id}/customerAccounts/{id}/billTo/delete
- Delete customer accounts including their addresses for the provided organization id.
- Method: postPath:
/ccadmin/v1/organizations/{id}/customerAccounts/delete
- List addresses for provided customer account of an organization from the external system (not from OCC)
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts/{customerAccountId}/shipTo
- List customer account addresses for billing for the given organization id.
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts/billTo
- List customer account addresses for shipping for the given organization id. (from OCC)
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts/shipTo
- List customer accounts details for the provided organization id.
- Method: getPath:
/ccadmin/v1/organizations/{id}/customerAccounts
- Sync addresses for shipping of a customer account under an Organization from external system to OCC
- Method: postPath:
/ccadmin/v1/organizations/{id}/customerAccounts/{customerAccountId}/shipTo
- Sync financial data: customer accounts, billing account, billing addresses and default shipping addresses for the provided organization id.
- Method: postPath:
/ccadmin/v1/organizations/{id}/syncFinancialData