Information about cart items including item ID, size, store ID, success status and message
Fields
item_id
IntItem id of the product that needs to be added/updated/removed.
size
StringItem size of the product that needs to be added/updated/removed.
store_id
IntUnique identifier of the store selected by the user from which user want to buy a product.
success
BooleanTrue if items are added/updated/removed successfully.
message
StringMessage for added/updated/removed item.
Was this section helpful?