v1

latestOpenAPI 3.1.1Altegio API Agreement2026-08-062032133.5 KB
Webhooks

Product Operation Event

Sent when a product operation occurs: sale, receipt, consumable write-off, product write-off, or product movement. The resource field indicates the specific operation type: goods_operations_sale, goods_operations_receipt, goods_operations_consumable, goods_operations_stolen, goods_operations_move.

postWebhookGoodsOperationEvent

Payload

company_idinteger required

Location ID where the event occurred.

resource'goods_operations_sale' | 'goods_operations_receipt' | 'goods_operations_consumable' | 'goods_operations_stolen' | 'goods_operations_move' required

Resource type.

resource_idinteger required

ID of the resource that was created, updated, or deleted.

status'create' | 'update' | 'delete' required

Type of change that occurred.

Response

Your server should return any 2xx status code to acknowledge receipt.