GraphQL (Infrastructure)

Access to fulfillmenttools platform GraphQL API.

Get GraphQL

get

This part of the API is in Alpha status. For details please check the api-release-life-cycle documentationarrow-up-right. Returns the GraphQL playground.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The GraphQL playground

No content

get
/graphql
200

The GraphQL playground

No content

Execute GraphQL command

post

This part of the API is in Alpha status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

The GraphQL command was successfully executed.

No content

post
/graphql

No content

Last updated