Sign in

Execute GraphQL

documented

Send a GraphQL query or mutation to the Open Commerce API.

GET /graphqlOpen Commerceno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "{{$OPEN_COMMERCE_ROOT_URL}}/graphql?query=%7B__schema%7Btypes%7Bname%7D%7D%7D" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"