本文档由 Apifox 自动生成,推荐使用 Apifox - API 文档、API 调试、API Mock、API 自动化测试!
{
"event": "shipment.creating",
"merchant": 0,
"created_at": "string",
"data": {
"id": 987654321,
"order_id": 123456789,
"order_reference_id": 0,
"created_at": {
"date": "2023-01-18 09:35:03.000000",
"timezone_type": 3,
"timezone": "Asia/Riyadh"
},
"type": "return",
"courier_id": 1723506348,
"courier_name": "Semsa",
"courier_logo": "https://semsa.com/assets/logo.png",
"shipping_number": "192837465",
"tracking_number": "918273645",
"pickup_id": "10954392",
"trackable": true,
"tracking_link": "https://semsa.com/tracking/order_url.com",
"label": {
"format": "pdf",
"url": "https://semsa.com/tracking/order_url_file.pdf"
},
"payment_method": "cod",
"source": "dashboard",
"status": "created",
"total": {
"amount": 200,
"currency": "sar"
},
"cash_on_delivery": {
"amount": 200,
"currency": "sar"
},
"is_international": true,
"total_weight": {
"value": 1.5,
"units": "kg"
},
"packages": [
{
"item_id": 2077288690,
"external_id": 909112677,
"name": "Package 1",
"sku": "SKU-123-456",
"price": {
"amount": 200,
"currency": "sar"
},
"quantity": 2,
"weight": {
"value": 2,
"units": "kg"
},
"options": [
{
"name": "string",
"values": [
{
"name": "string",
"price": {
"amount": "string",
"currency": "string"
},
"value": "string"
}
]
}
]
}
],
"ship_from": {
"type": "address",
"name": "Username",
"email": "username@gmail.com",
"phone": "555-555-555",
"country": "Saudi Arabia",
"country_id": 0,
"country_code": "SA",
"city": "Mecca",
"city_id": "string",
"address_line": "Mecca Street",
"street_number": "120B",
"block": "Block AB",
"postal_code": "1000",
"latitude": 10.2345,
"longitude": 54.321,
"branch_id": 194309
},
"ship_to": {
"type": "address",
"name": "Username1",
"email": "username1@gmail.com",
"phone": "555-555-554",
"country": "Saudi Arabia",
"country_id": 2387463,
"country_code": "SA",
"city": "Jeddah",
"city_id": 98534873,
"address_line": "Tahlia Street",
"street_number": "119A",
"block": "Block BA",
"postal_code": "0001",
"latitude": 22.3213,
"longitude": 11.2323
},
"meta": {
"app_id": 153082,
"policy_options": {
"shipment_content_type": [
"document"
],
"packaging_type": [
"basket"
],
"boxes": 2
},
"dimensions ": {
"length": "1",
"width": "2",
"hiethasdf": "1"
}
}
}
}