object

CartItemInfo

Information about cart items including item ID, size, store ID, success status and message
Fields
item_id
Int
Item id of the product that needs to be added/updated/removed.
size
String
Item size of the product that needs to be added/updated/removed.
store_id
Int
Unique identifier of the store selected by the user from which user want to buy a product.
success
Boolean
True if items are added/updated/removed successfully.
message
String
Message for added/updated/removed item.