generated: '2026-08-26' method: generated source: openapi/relex-data-api-openapi.json, https://www.relexsolutions.com/api/retail-restapi-example-customer.html note: >- RELEX publishes no Agent Skills, AGENTS.md or agent-facing operating instructions of its own — none was found on relexsolutions.com, in the github.com/relex org, or at any /llms.txt or /.well-known path. These skills were GENERATED by API Evangelist from the two published OpenAPI contracts and the RELEX Data API reference. Every operationId cited was grepped out of openapi/relex-data-api-openapi.json; none is invented. They are deliberately built around the two behaviours that most often break a naive integration with this API: writes are asynchronous so a 2xx confirms nothing, and transactional writes have no reversal operation. provider_published: false skill_count: 2 skills: - name: relex-ingest-transaction-batch file: relex-ingest-transaction-batch.md api: RELEX Data API summary: Push a batch of retail transactions into RELEX and confirm ingestion via /meta/errors. operations: - PostSales - PostDailySales - PostDeliveries - PostGoodsReceived - PostInventoryEvents - PostAdjustments - PostBalances - PostLostSales - GetErrors - GetVersion - GetHealth - name: relex-collect-planning-output file: relex-collect-planning-output.md api: RELEX Data API summary: Receive and verify RELEX webhooks, then pull the sales forecasts, order proposals and workload driver forecasts they point at. operations: - list_GetSalesForecasts - get_GetSalesForecasts - list_GetOrderProposals - get_GetOrderProposals - list_GetWorkloadDriverForecastsDay - get_GetWorkloadDriverForecastsDay - list_GetWorkloadDriverForecastsQuarter - get_GetWorkloadDriverForecastsQuarter