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. Example: 123456
size
String
Item size of the product that needs to be added/updated/removed. Example: 'M'
store_id
Int
Unique identifier of the store selected by the user. Example: 1001
success
Boolean
True if items are added/updated/removed successfully. Example: true
message
String
Message for added/updated/removed item. Example: 'Updated quantity to 2'