Creates a new business entity associated with a specific customer in the Paddle API.
paddle_create_customer_business(
id,
name,
company_number = NULL,
tax_identifier = NULL,
contacts = NULL,
custom_data = NULL
)
Character. Paddle customer ID (e.g., "ctm_123"). Required.
Character. Name of the business. Required.
Character. Optional company number.
Character. Optional tax/VAT ID.
List of contact objects (each a named list with `"name"` and required `"email"`). Optional.
Named list of additional custom fields. Optional.
A list containing the created business entity and metadata.