fulfillment
Value | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
method Type: string | Name of fulfillment methods used.
| ||||||||||||||||||
orderDetail Type: object | This field stores order details of the requested order.
| ||||||||||||||||||
pickupAddress Type: object | This field holds address from where pickup of items will be done.
|
{
"data": {
"method": "FedEx",
"orderDetail": {
"items": [{
"name": "JETSET",
"price": 123,
"product": {"name": "JETSET", "description": "JETSET", "price": 123},
"description": "JETSET",
"name": "JETSET",
"price": 100,
"quantity": 1,
"total": 100,
"weight": 250
}],
"shipping_address": {
"address": "Spaze iTech park",
"city": "Gurgoan",
"country": "IN",
"email": "test@gmail.com",
"full_name": "test12",
"phone": "+919898989898",
"state": "Haryana",
"zip": "122018",
"zip_code": "122018"
}
},
"pickupAddress": {
"country": "IN",
"phone": "+918826611834",
"title": "demo-rohan",
"address": "Sector 49",
"city": "Jaipur",
"state": "Rajasthan",
"zip_code": "302005",
"email": "testing@test.com",
"country_name": "India"
}
}
}
{
data:
[ { name: 'FedEx',
title: 'FedEx - FEDEX_EXPRESS_SAVER-SURFACE',
logo: '//cdn.storehippo.com/s/53ad1eabbf5aae5a71b2f795/ms.logistics_integrations/59b7d0f6c6ab9523222b34c1/59ba1bb3a155a17124d1b7fd.png',
service: 'FEDEX_EXPRESS_SAVER-surface',
surface: '1',
zone: 'D',
eta: '6',
method: 'regular',
rate: '86.75',
details: [Object],
shippo: '0',
shipkaro_index: 4 },
{ name: 'Delhivery',
title: 'Delhivery',
logo: '//cdn.storehippo.com/s/53ad1eabbf5aae5a71b2f795/ms.logistics_integrations/59b7d979430afc63230be690/59ba1c13a155a17124d1b85b.png',
service: 'delhivery',
surface: '0',
zone: 'D',
eta: '4',
method: 'regular',
rate: 65,
details: [Object],
shippo: '0',
shipkaro_index: 4 } ]
}
tracking_number | |
shipped_by |
{
"data": {
"shipped_by": "ato",
"tracking_number": "00000000033"
}
}
{
data:
{ data:
{ AwbNo: '00000000033',
BookingDate: '9/10/2018 12:00:00 AM',
Mode: 'AIR',
PackageType: 'ND',
Destination: 'KOLKATA',
Status: 'Shipment Delivered',
TrackingHistory: [Array],
Message: null,
Consignee: 'TEST',
Place: 'TEST LINE 1',
RCDate: '',
RCName: '',
Packages: '1' },
shipped_by: 'ATO',
tracking_status: 'Shipment Delivered',
tracking_data: [ [Object] ] }
}