object

SharedCartDetails

Shared cart details schema included token, user, created on, source and meta.
Fields
created_on
String
Created on timestamp of user cart. Example: '2025-10-07T10:30:00Z'
meta
JSON
Meta data sent while generating share cart link. Example: { campaign: 'DIWALI' }
source
JSON
Share link device and other source information. Example: { device: 'android' }
token
String
Short link id of the user cart that needs to be shared. Example: 'shrt_abc123'
user
JSON
User details of who generated share link. Example: { id: 'usr_123' }