Universal Barcode & Retail Product Metadata Lookup

Use when an agent needs to turn a raw barcode number into rich product details, title, and metadata.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/product/barcode
{
  "barcode": "9780140449136"
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/product/barcode -m POST -b '{"barcode":"9780140449136"}'

Not for

Do not use for live in-store stock checking at local retail counters.