• 2023R2 GRAPHQL Customization Capabilities Documentation or Training

    Hi! In the new 2023R2 release of SAGE X3 we can find information about the new GRAPHQL capabilities for customation or extensability, like: Add-on packages for Sage X3 API dictionary You can create new add-on packages in the dictionary for customizing…
  • Graphql Work Order Production Reporting

    Hi, I have SAGEX3 release/12.17.0 build 33 and i'm trying to run the following graphql query: { xtremX3Manufacturing { workOrderProductionReporting{ query{ edges{ node{ workOrderProductionReportingLines{ query{ edges{ node{ lot } } }…
  • 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 for custom Fields

    Hi, I am building an app, and my goal is to interface with my clients product information (they are using X3). Most of them have custom fields in master data -> product. Right now, we didn't find a way to query custom fields via GraphQl implementation…
  • GraphQL and pagination

    Hi, I'm trying to make various queries in X3 using graphql, and I'd like to retrieve, say, items from the 300th to the 400th. I know I can use "first:100" and "after: sometag" to get 100 items starting from sometag, but I have to know the tag. Meaning…
  • 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…
  • Sage X3 GraphQL Connectivity

    As you may already know, starting Sage X3 2021 R2 (V12), a new integration pathway has been introduced; the mighty GraphQL. Invented by Facebook to used internally back in 2012, GraphQL has gained massive popularity for its lightweight query and response…