Limited Release
Billing entity management helps you update existing billing entities when your business requirements change. You can retrieve current billing entities and modify entity configurations, including assigning tax codes. This ensures proper billing context for different business divisions and jurisdictions.
List billing entities
Use a valid access token and make a GET call to the/v1/commerce/billing/billing-entities endpoint.
200 OK response with an array of billing entities.
Update billing entity details
Use a valid access token and make a PUT call to the/v1/commerce/billing/billing-entities/{billing_entity_code} endpoint with the modified request parameters such as name, currency, address, legal information, contact details, and tax codes.
Path parameter: billing_entity_code is the code you provided when you created the billing entity.
You can also assign existing tax codes to billing entities. Include the
tax_codes parameter that reference the created taxes.200 OK response with the updated billing entity information.