DEV

Query.

storeCreditsByCustomer

Get all store credit for a customer

Arguments

checkoutCustomerId

ID!

Required

No description
No description
GraphQL
1
2
3
type Query {
  storeCreditsByCustomer(checkoutCustomerId: ID!, filter: StoreCreditFilter): [StoreCredit!]!
}
Book a demo

Was this page helpful?