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. Example: 123456
size
StringItem size of the product that needs to be added/updated/removed. Example: 'M'
store_id
IntUnique identifier of the store selected by the user. Example: 1001
success
BooleanTrue if items are added/updated/removed successfully. Example: true
message
StringMessage for added/updated/removed item. Example: 'Updated quantity to 2'
Was this section helpful?