Examples of GQL queries and mutations
An overviewDirect to Consumer
Fetching ALL the data
We hope this query can be used as a basis and inspiration for your new integration, and convince you how powerful GraphQL really is. :)
For those of you who are looking to re-write their SOAP PIM/ERP integ...
Wholesale
Creating a B2B Account
https://docs.centra.com/graphql/account.html
Request
Adding Delivery Window level discounts is optional.
mutation createAccount {
createAccount(input: {
status: INACTIVE
name: "Te...
Read more