getCartById
fun getCartById( callback: GetCartByIdCallback, cartId: String, currency: String? = null, locale: String? = null)
Content copied to clipboard
Returns a list of items from the cart with the specified ID. For each item, complete data is returned.
See also
Parameters
cartId
Cart ID.
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.