Create a new ecommerce account
This applies to both new and existing customer accounts
- Create account the normal way
- Call
POST /account/initon the ecom API to create the index settings record - Optionally update
create_index_configdefaults for the account (INDEX#DEFAULT_CONFIG) before creating the first index to get it configured right the first time.
Remember that if we create the account ourselves, we should also update the owner_mail in CustomerIndexConfigTable to the customer’s email address so the index is not classified as internal (e.g. for cost reporting).