商家推送
可提供商户推送订单回执&物流状态更新,是客户自助解决问题的高效方案。
订单回执
接口
{
"request": {
"method": "send_template",
"id": "test_1523959671_Od7vuGcb",
"page_id": "1487925408000967",
"template_name": "Order Receipt Push"
},
"recipient": {
"id": "<psid>"
},
"params": {
"receipt": {
"recipient_name": "John Doe",
"order_number": "U5555",
"currency": "USD",
"payment_method": "Visa 2345",
"order_url": "https://storage.googleapis.com/assets.bothub.ai/bothub/templates/classic_white_shirt.jpg",
"timestamp": 1523619550,
"address": {
"street_1": "UNICEF 125 Maiden Lane",
"street_2": "11th Floor",
"city": "New York",
"postal_code": "10038",
"state": "NY",
"country": "US"
},
"summary": {
"subtotal": 138.4,
"shipping_cost": 0,
"total_tax": 0,
"total_cost": 138.4
},
"adjustments": [],
"elements": [
{
"title": "Classic White Shirts",
"subtitle": "100% Soft and Luxurious Cotton",
"quantity": 2,
"price": 11.99,
"currency": "USD",
"image_url": "https://storage.googleapis.com/assets.bothub.ai/bothub/templates/classic_white_shirt.jpg"
},
{
"title": "Floral Belted Romper",
"subtitle": "Casual romper featuring striped pattern",
"quantity": 2,
"price": 13.89,
"currency": "USD",
"image_url": "https://storage.googleapis.com/assets.bothub.ai/bothub/templates/floral_belted_romper.jpg"
},
{
"title": "One Shoulder Bikini Set",
"subtitle": "Low Waisted",
"quantity": 2,
"price": 14.66,
"currency": "USD",
"image_url": "https://storage.googleapis.com/assets.bothub.ai/bothub/templates/one_shoulder_bikini_set.jpg"
},
{
"title": "Smocked Mini Dress",
"subtitle": "Elastic waistband",
"quantity": 2,
"price": 15.77,
"currency": "USD",
"image_url": "https://storage.googleapis.com/assets.bothub.ai/bothub/templates/smocked_mini_dress.jpg"
},
{
"title": "Twist Tied Top",
"subtitle": "Easily look good to pair it with anything",
"quantity": 2,
"price": 12.89,
"currency": "USD",
"image_url": "https://storage.googleapis.com/assets.bothub.ai/bothub/templates/twisted_tied_top.jpg"
}
]
}
}
}接口说明
返回值
物流更新
接口
接口说明
返回值
成功
失败
Last updated