Bulk Upload Order Creation

Article 04Sho6v5 · source

Description : Create an bulk order through Upload Excel in Dispatch Screen.

Bulk Upload Order Creation

  • In Dispatch Screen, click on Actions → Add Bulk Orders

    image.png

  • A file upload window appears. This method is used to create multiple vehicles makes.

  • Click on the Select From Computer button to upload your Excel sheet and click on UPLOAD button.

sample_add_order_dispatch1 (5).xlsx

29 Apr 2022, 03:36 PM

Following is the description for the keys for order object

Key NameDescriptionData TypeRequired KeyRemarks
order_numberOrder NumberIntegerrequiredCombination of order_number, order_date and store_id should be unique
order_dateOrder DateYYYY-MM-DDrequiredOnly current_date order are displayed on Dispatch Screen
store_idStore IDStringrequiredStore_Code as saved in Shipsy
menu_codeCode for menu itemString
menu_descriptionDescription of itemStringDescription of item
quantityQuantityIntegerNumber of orders
order_line_totalTotal Amount for orderDecimalTotal Amount
final_amountFinal Amount to be chargedDecimalFinal Amount to be paid by the customer during delivery
order_savedTime Order was receivedYYYY-MM-DD HH:mm:ssrequiredTime at which order is communicated through API
makeline_timeTime Order was put in oven/makingYYYY-MM-DD HH:mm:ssrequiredTime at which order should be visible in Dispatch Screen
load_timeYYYY-MM-DD HH:mm:ss
tent_numberAny identifier to be usedString
latitudeCustomer’s LocationDecimalCustomer_Location_Coordinate -  Latitude
longitudeCustomer’s LocationDecimalCustomer_Location_Coordinate - Longitude
delayed_orderIf the order is delayed0/1If order is to be served after a couple of hours, set to 1 else 0
order_typeSelect the Order TypeStringPlanned or Express
slot_startSlot Start Time for the orderYYYY-MM-DD HH:mm:ss
slot_endSlot End Time for the orderYYYY-MM-DD HH:mm:ss
pickup_otpOTP at the Time of PickupNumber
delivery_otpOTP at the Time of DeliveryNumber
return_otpOTP at the Time of ReturnNumber

Following is the description for the keys for customer object

Key NameDescriptionData Type
customer_nameCustomer’s NameString
phone_numberPhone NumberString
street_numberStreet NumberString
street_nameStreet NameString
city_nameCityString
address_line_2String
address_line_3String
address_line_4String
postal_codePostal CodeString

Was this article helpful?