Skip to main content

Parse XLS file with bulk orders

Parse XLS/CSV file with bulk orders. Return orders data, which can be passed with place_basket request.

Request Body
cardId string REQUIRED

card id is required for checking message length

file binary REQUIRED

XLS/CSV file

Responses
200

successful

Schema
validationData object
fileCorrect boolean
messages object[]
row integer
field string
message string
data object[]
return_country_id int64
to_country_id int64
return_first_name string
return_last_name string
return_business_name string
return_address1 string
return_address2 string
return_city string
return_state string
return_zip string
return_country string
to_first_name string
to_last_name string
to_business_name string
to_address1 string
to_address2 string
to_city string
to_state string
to_zip string
to_country string
message string
signature_id int64
signature_code string
signature2_id int64
signature2_code string
wishes string
date_send date
400

Error

Schema
httpCode integer
error string

Possible values: [Wrong selected card, File not selected, Wrong file, Cannot process file.]

error description