Create product
Create a new product or service that can be added to invoice line items.
Authentication. An API key (x-dolfin-api-key) together with the x-dolfin-organisation-id header identifying the organisation, or a JWT Bearer token that carries the organisation in its claims.
Authorizations
An API key issued to your client. It carries the client's scope; org-scoped calls also require the x-dolfin-organisation-id header. Keys are created and revoked by a client administrator.
Headers
Target organisation. Required when authenticating with an API key; omit for Bearer callers (resolved from the token).
Body
Price per unit, in the product's currency. Zero is valid — use it for comped items, free shipping lines and £0 trial SKUs. A negative price is rejected with Product.InvalidPrice, as is omitting the field or sending null.
x >= 0ISO 4217 currency code (e.g. GBP, USD, EUR)
Product, Service Response
Created
ISO 4217 currency code (e.g. GBP, USD, EUR)
Product, Service