| Value | Description | ||||
|---|---|---|---|---|---|
|
orderDetails Type: object |
This field stores order details of the requested order. Example:
|
||||
|
shipping_method Type: string |
This field holds name of shipping method used for shipping. Example: shippo |
||||
|
cod Type: string |
It is a boolean field expanded as Cash On Delivery. Example: true |
||||
|
level Type: string |
Choose level1 or level2 for fulfillment method. Example: level1 |
||||
|
pincode Type: string |
This field holds pin code of the city where you want your order to be delivered. Example: 122001 |
||||
|
provider_name Type: string |
This field holds name of the shipping service provider. Example: aramex |
||||
|
pickupAddress Type: object |
This field holds address from where pickup of items will be done. Example:
|
||||
|
method Type: string |
Name of fulfillment methods used. Example: dtdc |
||||
|
selected_service Type: object |
Details of selected fulfillment service and rate. Example:
|
||||
|
selected_date Type: object |
Selected date to schedule pickup. Example:
|
||||
|
selected_time Type: string |
Selected time to schedule pickup. Example:
|
||||
|
tracking_number Type: number Read Only |
This is a unique handler used for tracking the shipment. Example: 42225048666 |
||||
|
tracking_status Type: string |
This field stores the status of the shipment. Example: Pickup Cancelled |
||||
|
tracking_data Type: array |
This field contains details about overall stages a shipment has undergone. Example:
|
| Name | Routes |
|---|---|
| getNotifications | get /api/1/entity/ms.fulfillment/_/getNotifications TRY IT ! |
| getMethods | get /api/1/entity/ms.fulfillment/_/getMethods TRY IT ! |
| checkPickupAvailability | get /api/1/entity/ms.fulfillment/_/checkPickupAvailability TRY IT ! |
| createPickup | post /api/1/entity/ms.fulfillment/_/createPickup TRY IT ! |
| checkDeliveryAvailability | /api/1/entity/ms.fulfillment/_/checkDeliveryAvailability TRY IT ! |
| trackShipment | /api/1/entity/ms.fulfillment/_/trackShipment TRY IT ! |
| getRates | get /api/1/entity/ms.fulfillment/_/getRates TRY IT ! |