Shared cart details schema included token, user, created on, source and meta.
Fields
created_on
StringCreated on timestamp of user cart. Example: '2025-10-07T10:30:00Z'
meta
JSONMeta data sent while generating share cart link. Example: { campaign: 'DIWALI' }
source
JSONShare link device and other source information. Example: { device: 'android' }
token
StringShort link id of the user cart that needs to be shared. Example: 'shrt_abc123'
user
JSONUser details of who generated share link. Example: { id: 'usr_123' }
Was this section helpful?