Catalog Mobile webhook integration for ERP, stock, price and orders
Technical guide to publish products, sync stock and price, receive orders and operate the async webhook flow.
Updated on 2026-03-29T20:22:01.000Z
What the integration solves
The webhook removes manual work from catalog publishing. Your ERP becomes the source of truth for products, stock, price and order capture.
- Publish products, prices and stock from one integration contract.
- Receive structured orders instead of fragmented chat messages.
- Give internal teams and partners one technical workflow to follow.
How to structure the integration contract
The safest implementation keeps a stable external identifier, defaults to async processing and stores request_id for traceability.
- Use idMapeamento as the canonical identifier when possible.
- Persist request_id and final processing status.
- Keep commercial codes as an operational fallback, not as the primary key.
Recommended operating routine
Treat publishing, status checks and error recovery as separate operational steps. That is what keeps the integration stable when pricing and stock change frequently.
- Schedule catalog sync windows with clear ownership.
- Refresh stock more often than the rest of the catalog payload.
- Create alerts for repeated failures on the same SKU or price table.