getCurrentCart
fun getCurrentCart( callback: GetCurrentUserCartCallback, currency: String? = null, locale: String? = null)
Content copied to clipboard
Returns a list of items from the cart of the current user. For each item, complete data is returned.
See also
Parameters
currency
The currency in which prices are displayed (USD by default). Three-letter currency code per ISO 4217.
locale
Response language. The following languages are supported: Arabic (ar
), Bulgarian (bg
), Czech (cs
), German (de
), Spanish (es
), French (fr
), Hebrew (he
), Italian (it
), Japanese (ja
), Korean (ko
), Polish (pl
), Portuguese (pt
), Romanian (ro
), Russian (ru
), Thai (th
), Turkish (tr
), Vietnamese (vi
), Chinese Simplified (cn
), Chinese Traditional (tw
), English (en
, default).
callback
Status callback.