General
- Introduction
- Webhooks
- Launch Checklist
- Dashboard
SDK
- Introduction
- iOS
- Android
- React Native
- Flutter
- Web
- Migration Guides
CardSwitcher
- Quickstart
- Webhook Events
- Testing
- Sending Card Data
- Direct Processor Integrations
- MassSwitcherBeta
- Plaid Integration
TransactionLink
Shopping
Merchant Account Linking
SYNC_CART_SUCCEEDED
Triggered when adding products to a user’s merchant cart is successful.
The schema is of type object
.
Was this page helpful?
Copy
Ask AI
{
"event": "SYNC_CART_SUCCEEDED",
"external_user_id": "123abc",
"merchant": {
"id": 4,
"name": "Walmart",
"logo": "https://knot.imgix.net/merchants/KBQ5j6cN010PPpwbO7RpKGyDrCpsZ91FRhwnZp5u.png?auto=format&w=240"
},
"data": {
"cart": {
"products": [
{
"external_id": "123abc",
"fulfillment": {
"id": "5cfbe095d0cb9e597e316170d6ee9a6c667bddcde4a999222d2cc2b5bbfef7cf",
"type": "SCHEDULED_DELIVERY",
"label": "Express delivery",
"availabilityStart": "2025-08-10T15:00:00Z-05:00",
"availabilityEnd": "2025-08-10T15:00:00Z-08:00",
"price": {
"total": "0.00",
"currency": "USD"
},
"options": [
{
"id": "5cfbe095d0cb9e597e316170d6ee9a6c667bddcde4a999222d2cc2b5bbfef7cf",
"type": "SCHEDULED_DELIVERY",
"label": "Express delivery",
"availabilityStart": "2025-08-10T15:00:00Z-05:00",
"availabilityEnd": "2025-08-10T15:00:00Z-08:00",
"price": {
"total": "0.00",
"currency": "USD"
}
}
]
}
}
],
"delivery_location": {
"address": {
"line1": "123 Main St",
"line2": "Floor 4",
"city": "Los Angeles",
"region": "CA",
"postal_code": "94105",
"country": "US"
},
"first_name": "Ada",
"last_name": "Lovelace",
"phone_number": "+11234567890"
},
"price": {
"sub_total": "12.56",
"adjustments": [
{
"type": "TAX",
"label": "NYC local sales tax",
"amount": "3.67"
}
],
"total": "16.23",
"currency": "USD"
}
}
},
"timestamp": "1710864923198"
}
Assistant
Responses are generated using AI and may contain mistakes.