Skip to main content

Overview

A legal entity is the company that contracts with your customer. It carries a registered legal name, a headquarters address, and a tax ID, and it appears as the seller on the order form, the checkout page, and the invoice. Most sellers only ever need one, and Salesbricks uses your company details for it automatically. You need more than one when you sell through separate registered companies, such as a US parent and a UK subsidiary, or entities registered for tax in different jurisdictions. Every order and every invoice records exactly one issuing entity. When no entity is selected, both fall back to your company details.
If you don’t see a Legal entity field on the order builder, multiple legal entities aren’t enabled for your account yet. Reach out to us in your dedicated Slack channel.

Requesting an entity

Legal entities are configured by Salesbricks rather than in your settings. To add one, reach out to us in your dedicated Slack channel with: Where the name and legal name differ, documents render both as Legal Name (Name), for example Acme Software Limited (Acme UK). Where they match, only the one name is shown.
Once an entity has issued an order or an invoice, it can’t be deleted. Send us the corrected details and we’ll update the entity in place.

Selecting an entity on an order

1

Open the order builder

Start a new order, or open a draft order and continue editing it.
2

Choose the legal entity

Below the customer information section, open the Legal entity selector and pick the entity that will contract with this customer.Each option reads as the entity name followed by its headquarters, for example Poesy International - Toronto, Ontario.
order-builder-picker
3

Leave it on Seller default to use your company details

The first option, Seller default, is selected on every new order. It issues the order under your account’s company name, address, and tax ID rather than a specific entity.
The selected entity is shown on the order details page once the order is created.
order-summary-legal-entity
Amendments and renewals inherit the legal entity of the order they’re based on, so the Legal entity field is read-only on those order types. To contract an existing customer under a different entity, build a new order.

Selecting an entity on an invoice

  • Invoices attached to an order inherit that order’s legal entity. There’s nothing to select.
  • Standalone invoices, meaning one-off invoices not tied to an order, carry their own Legal entity selector, with the same Seller default option.
invoice-picker
You can change the entity on an existing invoice through advanced edit, as long as the invoice hasn’t been sent.

What changes downstream

Selecting an entity changes who the customer sees, and how the deal is taxed.
Sales tax is calculated from the nexus between the entity’s headquarters and your customer’s location. The same deal sold to the same customer can produce a different tax result under a different entity. See Taxed States for how tax collection is configured.

API

Subscriptions created through the REST API can specify which entity issues them. GET /legal-entities returns your entities and their IDs.
cURL
JSON

Issue a subscription under an entity

Pass the ID as legal_entity_id when you create a subscription. Omit it to use your company details.
cURL
An ID that doesn’t belong to your account returns 400.