
We are thrilled to announce the release of Brandboom API V3, designed to give you deeper programmatic control over your post-order workflow. This major update unlocks the ability to manage the entire sales cycle—from invoicing to fulfillment—directly through the API.
Here is what’s new in V3:
You can now create, update, and send invoices programmatically. Whether you need to generate invoices immediately after an order is placed or modify them as terms change, the new endpoints provide seamless synchronization between Brandboom and your internal ERP.
invoices/send endpoint to trigger the official Brandboom invoice email to your buyer directly from your system once the invoice is finalized.invoices/delete endpoint is available to void or remove erroneous invoices programmatically.
Managing financials is now easier. API V3 allows you to:
payments/refund), ensuring your Brandboom records always match your bank status.payments/delete endpoint allows you to remove incorrect payment entries (e.g., wrong amount or date) without triggering a refund event, keeping your ledger clean.
Streamline your fulfillment by adding shipments to invoices via the API.
invoiceID or your system's externalInvoiceID.shipments/create), automatically populating tracking links for your buyers.shipments/updateStatus endpoint to keep shipment statuses (e.g., "In Transit", "Delivered") in sync without re-uploading the entire shipment object.shipments/delete to remove it instantly.
We have significantly upgraded the orders resource to allow for direct status manipulation and workflow management:
orders/reject endpoint allows you to decline orders programmatically, useful for inventory allocation failures or order approval workflows.orders/update to set specific status strings that match your warehouse processes:open, processing, completenot_paid, partially_paid, paidnot_shipped, pick_and_pack, partially_pick_and_pack, shipped, partially_shippednot_exported, export_ready, exporting, exported
Explore the full documentation and integration guides at the Brandboom Developer Portal.
Need help implementing these changes? Reach out to our support team to help you get started with the new API V3 integration.