The following query gives me an INTERNAL_SERVER_ERROR with no explanation. The error doesn't occur if I leave out the "order { id }" field, so I assume it's related to that; it also doesn't occur if ...
Suppose I have an order like this: quantity 40 of an item that costs $23.49 one tax line of 6.5% one tax line of 2.5% Now if I try to refund a quantity of 11, the suggested refund amount is $28...
No content to show
User Activity
I noticed that the GraphQL schema for SubscriptionContract lists the customer field as nullable. Is there a scenario where a contract would exist without an associated customer?