Customers > Customer Balance > storefrontCustomerBalanceHistory
Storefront APICustomersCustomer BalancestorefrontCustomerBalanceHistory
storefrontCustomerBalanceHistory
GET:storefront/customer_balance/history.json

Description

Get customer balance history.

Topic: Customer Balance

Arguments

currency: String

Filter history by currency

Example: "USD"


last_key: String

Key of the last item from previous page. See also: Pagination


limit: Int

Return up to N entries (pagination). See also: Pagination


offset: Int

Skip N entries (pagination). See also: Pagination


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

CustomerBalanceHistoryPage

Preview (typescript)

Loading module