Feed
Download Inventory Feed
The reseller inventory feed: one flat row per product resolvable in the active account's catalog, decorated with the buyer's own B2B unit price and holdback-aware availability. Scoped exactly like the catalog — include/exclude rules, the account's availability display mode (`available_qty` is only populated in `exact` mode), and the tenant-wide inventory holdback all apply, so the feed can never expose more than the buyer's portal session could. Intended for programmatic consumption by resellers (poll it, or schedule a CSV pull); throttled to 12 requests/minute. Feeds larger than 10,000 products are truncated and flagged via `meta.truncated`.
Get Feed Link
Returns the feed link currently issued to the signed-in buyer for their account, or `data: null` when none has been generated yet.
Generate Feed Link
Generates a durable feed link for the signed-in buyer's account and returns it.
Revoke Feed Link
Revokes the buyer's feed link for their account. Any scheduled job or spreadsheet still using it starts receiving `401 Unauthorized` on the next pull.