Add stock to a product
Products
Add stock to a product
Appends delivery stock to a text_pool product. Requires the products:write scope.
Send the units as one text blob; it is split on the product’s configured delimiter, trimmed, and deduplicated against the units already available or reserved. Lines that collide are reported as skippedDuplicates rather than rejected, so re-sending a batch is safe. Any other delivery type is a 400.
POST
Add stock to a product
Authorizations
A store API key, sent as Authorization: Bearer <key>. Live keys are prefixed tbrn_live_. Keys are minted per store in the dashboard with an explicit scope set.
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Body
application/json
Required string length:
1 - 5000000Response
How many units were added, skipped as duplicates, and are now available.