Choose an API
GraphQL requests
Send a JSON body containingquery, optional variables, and optionally operationName.
REST authentication requests
Use the method, path, body, and response documented for/auth/ in the live OpenAPI surfaces. This surface exists for compatible clients; new integrations should normally use the GraphQL lifecycle. Do not infer that a GraphQL product mutation has an equivalent REST endpoint.
Response differences
GraphQL and REST authentication issue the same SimpleJWT token family. Use one lifecycle consistently and send product operations to
/graphql/.
