order_id | YES | string | The order id you want to specify to the order. Max char: 50. (Avoid passing character values as this contradicts some other API calls) | 99711997 |
order_date | YES | string | The date of order creation in yyyy-mm-dd format. Time is an additional option. | 2019-08-05 |
channel_id | YES | integer | Id of the desired channel where the order is to be placed. 'Custom' channel id is selected in case parameter is not filled. | 768903 |
pickup_customer_name | YES | string | The customer’s first name. | John |
pickup_last_name | NO | string | The customer’s last name. | Doe |
pickup_address | YES | string | The customer's primary address. | Home |
pickup_address_2 | NO | string | Additional customer address details. | DDA |
pickup_city | YES | string | The customer's city name. | Delhi |
pickup_state | YES | string | The customer's state. | New Delhi |
pickup_country | YES | string | Customer's country name. | India |
pickup_pincode | YES | integer | Pincode of the customer address. | 110002 |
pickup_email | YES | string | Customer's email address. | john@doe.com |
pickup_phone | YES | string | Customer's phone number. | 9999999999 |
pickup_isd_code | NO | string | ISD code. | 91 |
pickup_location_id | NO | integer | Return pickup location address ID. | 41514 |
shipping_customer_name | YES | string | The name of the seller the package is shipped back to. | Jane |
shipping_last_name | NO | string | The last name of the seller. | Doe |
shipping_address | YES | string | The address the package is shipped to. | Castle |
shipping_address_2 | NO | string | Further shipping address details. | Bridge |
shipping_city | YES | string | The shipping address city. | Mumbai |
shipping_country | YES | string | The shipping address country. | India |
shipping_pincode | YES | integer | The shipping pincode. | 220022 |
shipping_state | YES | string | Shipping address state. | Maharashtra |
shipping_email | NO | string | The email of the seller the package is shipped to. | jane@doe.com |
shipping_isd_code | NO | string | The shipping isd code. | 91 |
shipping_phone | YES | integer | Phone no. of the shipping customer | 8888888888 |
order_items | YES | / | Array containing further fields. | / |
name | YES | string | Name of the product. | ball123 |
sku | YES | string | The sku id of the product. | Tennis Ball |
units | YES | integer | No of units that are to be shipped. | 1 |
selling_price | YES | integer | The selling price per unit in Rupee. Inclusive of GST. | 10 |
discount | NO | integer | The discount amount in Rupee. Inclusive of tax. | 0 |
hsn | NO | string | Harmonised System Nomenclature code. Used to determine the category of taxation the goods fall under. | 4412 |
qc_enable | CONDITIONAL YES | string | If True, QC will be performed for that product and QC will be performed only for a single SKU per order | true/false |
qc_color | NO | varchar(180) | The color of the product can be passed in this parameter | Red |
qc_brand | NO | varchar(255) | The brand of the product can be passed in this parameter | 768903 |
qc_serial_no | NO | varchar(255) | The serial number of the product can be passed in this parameter | T13123124 |
qc_ean_barcode | NO | varchar(255) | EAN/Barcode of the product can be passed in this parameter | QWRE123 |
qc_size | NO | varchar(180) | The size of the product can be passed in this parameter | 8 |
qc_product_name | NO | varchar(255) | If qc_enable set True, then Product name should be passed in this parameter | Shoes |
qc_product_image | NO | varchar(255) | If qc_enable set True, then Product image should be passed in this parameter (only png/jpg format supported) | https://s3-ap-southeast-1.amazonaws.com/kr-multichannel/1636713733zxjaV.png |
payment_method | YES | string | The method of payment. Can be either COD (Cash on delivery) Or Prepaid. | Prepaid |
total_discount | NO | string | The total discount amount in Rupee. | 0 |
sub_total | YES | integer | Calculated sub total amount in Rupee after deductions. | 10 |
length | YES | float | The length of the shipment in cms. | 10 |
breadth | YES | float | The breadth of the shipment in cms. | 15 |
height | YES | float | The height of the shipment in cms. | 20 |
weight | YES | float | The shipment weight in kgs. | 1 |