• GraphQL Production Tracking

    We're looking to automate creation of Production Tracking transactions. The 11/2022 Sage X3 Version 12 Capabilities Guide lists Transaction for Production Tracking as an available operation. After browsing around the API Reference , it's not obvious to…
  • Graphql Onpremise setup

    Hello everyone, I'm developing a middleware to integrate Sage X3 with a 3PL and I want to use GraphQL services but I'm not able to connect because I haven't found the correct Endpoint, I already try with " {{server}}/v1/service/PROD/api/" where PROD…
  • How to request for all records of a representation

    Hi, I would like to create a request with GET method using REST API to get all records of a representation. I can get a specific record using https://srve:8124/api1/x3/erp/TEST/SALESREP('XXX')?representation=SALESREP.$details where XXX is a sales…