Customers > Customer Balance > customerBalance
Commerce APICustomersCustomer BalancecustomerBalance
customerBalance
GET:customer_balance.json

Description

Get customer balance. On customer auth "customer_id" is not required and forced to be the id of the customer.

Permission bit: "customer_balance.read"

Topic: Customer Balance

Arguments

customer_id: String!

Unique customer identifier. See also: Unique Identifiers

Example: "cu_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

CustomerBalance

Preview (typescript)

Loading module