Customers > Customer Balance > storefrontCustomerBalanceHistory
GET:storefront/customer_balance/history.json
Description
Get customer balance history.
Topic: Customer Balance
Arguments
Filter history by currency
Example: "USD"
Key of the last item from previous page. See also: Pagination
Return up to N entries (pagination). See also: Pagination
Skip N entries (pagination). See also: Pagination
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Result
Preview (typescript)
function storefrontCustomerBalanceHistory(): CustomerBalanceHistoryPage | nullcurrency?: stringlast_key?: stringlimit?: numberoffset?: numbershop_id: string