I want to remove a customer from an order using GraphQL. Currently, I’m using the Admin REST API for this: const { admin, session } = await …
I want to remove a customer from an order using GraphQL. Currently, I’m using the Admin REST API for this: const { admin, session } = await …