अर्ली एक्सेस का अनुरोध करें

अपना नाम और ईमेल या फ़ोन नंबर दर्ज करें. हम Tajo एक्सेस की जानकारी के साथ आपसे संपर्क करेंगे.

ऑर्डर बनाएं

लॉयल्टी पॉइंट अपने आप गिनने, ग्राहकों के टियर अपडेट करने और व्यक्तिगत मार्केटिंग कैम्पेन ट्रिगर करने के लिए ईकॉमर्स ऑर्डर को Brevo के साथ सिंक करें.

क्विक स्टार्ट

बुनियादी ऑर्डर बनाना

POST https://api.brevo.com/v3/ecommerce/orders
Content-Type: application/json
api-key: YOUR_API_KEY
{
"id": "ORD-2024-001",
"email": "[email protected]",
"billing": {
"address": "123 Main St",
"city": "New York",
"country": "US",
"phone": "+1234567890"
},
"products": [
{
"id": "PROD-123",
"name": "Premium Widget",
"quantity": 2,
"price": 149.99,
"category": ["Electronics", "Gadgets"]
}
],
"revenue": 309.97,
"date": "2024-01-25T14:30:00Z"
}

रिस्पॉन्स

{
"id": "ORD-2024-001",
"created": true,
"loyaltyPointsAwarded": 310
}

Tajo लॉयल्टी इंटीग्रेशन

लॉयल्टी गणना के साथ ऑर्डर

{
"id": "ORD-2024-001",
"email": "[email protected]",
"customerId": "CUST-12345",
"loyaltyId": "LYL-2024-001",
"billing": {
"name": "John Doe",
"address": "123 Main St",
"city": "New York",
"state": "NY",
"country": "US",
"zipCode": "10001",
"phone": "+1234567890"
},
"shipping": {
"name": "John Doe",
"address": "456 Oak Ave",
"city": "Brooklyn",
"state": "NY",
"country": "US",
"zipCode": "11201",
"method": "Standard Shipping",
"cost": 9.99
},
"products": [
{
"id": "PROD-123",
"name": "Smart Watch Pro",
"variant": "Black/42mm",
"sku": "SW-PRO-BLK-42",
"quantity": 1,
"price": 299.99,
"category": ["Electronics", "Wearables"],
"brand": "TechBrand",
"loyaltyPointsEarned": 300,
"loyaltyMultiplier": 1.0
},
{
"id": "PROD-456",
"name": "Wireless Charger",
"sku": "WC-FAST-01",
"quantity": 1,
"price": 49.99,
"category": ["Electronics", "Accessories"],
"loyaltyPointsEarned": 50,
"loyaltyMultiplier": 1.0
}
],
"financial": {
"subtotal": 349.98,
"shipping": 9.99,
"tax": 28.00,
"discount": 35.00,
"total": 352.97,
"currency": "USD",
"paymentMethod": "Credit Card",
"paymentStatus": "Completed"
},
"loyalty": {
"pointsEarned": 353,
"bonusPoints": 50,
"pointsMultiplier": 1.2,
"tierBefore": "Silver",
"tierAfter": "Gold",
"tierUpgraded": true,
"totalPointsBalance": 2853,
"couponUsed": "SAVE10",
"couponDiscount": 35.00
},
"metadata": {
"source": "Website",
"campaign": "Summer Sale",
"referrer": "Google Ads",
"userAgent": "Mobile App",
"firstPurchase": false,
"returningCustomer": true
},
"date": "2024-01-25T14:30:00Z",
"status": "Completed"
}

उन्नत लॉयल्टी सुविधाएं

जन्मदिन बोनस ऑर्डर

{
"loyalty": {
"pointsEarned": 200,
"birthdayBonus": 500,
"bonusReason": "Birthday Month",
"totalBonusPoints": 500,
"pointsMultiplier": 2.0,
"specialOffer": "Double Points Week"
}
}

रेफ़रल ऑर्डर

{
"loyalty": {
"pointsEarned": 150,
"referralBonus": 250,
"referredBy": "CUST-67890",
"referralCode": "REF-FRIEND50",
"firstPurchaseBonus": 100
},
"metadata": {
"isReferralOrder": true,
"referralSource": "Friend Referral"
}
}

सब्सक्रिप्शन ऑर्डर

{
"subscription": {
"id": "SUB-2024-001",
"type": "Monthly",
"frequency": 30,
"nextBilling": "2024-02-25",
"isRecurring": true
},
"loyalty": {
"pointsEarned": 100,
"subscriptionBonus": 50,
"loyaltyMultiplier": 1.1
}
}

लॉयल्टी के लिए प्रोडक्ट कैटेगरी

कैटेगरी आधारित पॉइंट मल्टिप्लायर

{
"products": [
{
"id": "PROD-LUXURY-001",
"category": ["Luxury", "Fashion"],
"loyaltyMultiplier": 2.0,
"loyaltyPointsEarned": 400
},
{
"id": "PROD-ECO-001",
"category": ["Eco-Friendly", "Sustainable"],
"loyaltyMultiplier": 1.5,
"loyaltyBonus": "Eco Warrior"
}
]
}

ऑर्डर स्टेटस अपडेट

ऑर्डर फ़ुलफ़िलमेंट

{
"id": "ORD-2024-001",
"status": "Shipped",
"tracking": {
"number": "TRK123456789",
"carrier": "UPS",
"url": "https://tracking.ups.com/TRK123456789"
},
"fulfillment": {
"date": "2024-01-26T10:00:00Z",
"warehouse": "NYC-01",
"method": "Ground Shipping"
}
}

ऑर्डर पूरा होना

{
"id": "ORD-2024-001",
"status": "Delivered",
"delivery": {
"date": "2024-01-28T16:30:00Z",
"signature": "Customer",
"location": "Front Door"
},
"loyalty": {
"reviewIncentive": 25,
"reviewIncentiveExpiry": "2024-02-28"
}
}

बैच ऑर्डर प्रोसेसिंग

बल्क सिंक के लिए कई ऑर्डर एक साथ बनाएं:

{
"orders": [
{
"id": "ORD-2024-001",
"email": "[email protected]",
"products": [...],
"revenue": 199.99
},
{
"id": "ORD-2024-002",
"email": "[email protected]",
"products": [...],
"revenue": 299.99
}
]
}

एरर हैंडलिंग

{
"code": "duplicate_order",
"message": "Order ID already exists",
"details": {
"orderId": "ORD-2024-001",
"existingDate": "2024-01-25T14:30:00Z"
}
}
{
"code": "invalid_customer",
"message": "Customer email not found",
"details": {
"email": "[email protected]",
"suggestion": "Create contact first"
}
}

वेबहुक इंटीग्रेशन

ऑर्डर स्टेटस में बदलाव सिंक करने के लिए वेबहुक सेट अप करें:

{
"webhookUrl": "https://your-tajo-app.com/webhooks/brevo",
"events": [
"order.created",
"order.updated",
"order.shipped",
"order.delivered",
"loyalty.points.awarded"
]
}

Tajo के लिए बेहतरीन तरीके

  1. रियल-टाइम सिंक: चेकआउट के तुरंत बाद ऑर्डर बनाएं
  2. पूरा डेटा: लॉयल्टी से जुड़ी सारी जानकारी शामिल करें
  3. स्टेटस अपडेट: सटीक ट्रैकिंग के लिए ऑर्डर स्टेटस अप-टू-डेट रखें
  4. एरर रिकवरी: डुप्लिकेट ऑर्डर और छूटे हुए ग्राहकों को सहजता से संभालें
  5. पॉइंट गणना: जांचें कि लॉयल्टी पॉइंट की गणना आपके सिस्टम से मेल खाती है
  6. ग्राहक सेगमेंटेशन: लक्षित कैम्पेन के लिए ऑर्डर डेटा का उपयोग करें

एनालिटिक्स और रिपोर्टिंग

मुख्य मेट्रिक ट्रैक करें:

  • ऑर्डर वैल्यू के रुझान
  • लॉयल्टी पॉइंट रिडेम्पशन दर
  • ग्राहक लाइफ़टाइम वैल्यू
  • टियर अपग्रेड के पैटर्न
  • कैम्पेन की प्रभावशीलता

अगले कदम

  • ऑर्डर स्टेटस अपडेट करें
  • लॉयल्टी प्रोग्राम सेट अप करें
  • पॉइंट नियम कॉन्फ़िगर करें
  • प्रोडक्ट कैटेगरी बनाएं

अर्ली एक्सेस का अनुरोध करें

अपना नाम और ईमेल या फ़ोन नंबर दर्ज करें. हम Tajo एक्सेस की जानकारी के साथ आपसे संपर्क करेंगे.

ऑटो डिटेक्ट
AI असिस्टेंट

नमस्ते! डॉक्यूमेंटेशन के बारे में कुछ भी पूछें.