Customers
Manage your customers
Create a customer
createCustomer.gql
Get all customers
merchantCustomers
is a paginated field. To fetch more data, you can pass in an endCursor
as an after
argument to it.
Get a customer
customer.gql
Last updated