Public
Documentation Settings

Eshopbox Shipping App

POSTcreate order

https://wms.eshopbox.com/api/
HEADERS
Authorization
Bodyraw (json)
json
{
    "channelId": "TATA CLIQ VELOCY KAPAS KRAFT",
    "customerOrderId": "OD119208447831346000",
    "shipmentId":"",
    "orderDate": "2020-02-29 15:39:11",
    "isCOD": true,
    "invoiceTotal": 4049.09,
    "shippingMode": "",
    "invoice": {
        "number": "C00011323A000002",
        "date": "2023-06-02T03:06:14+00:00"
    },
    "ewaybillNumber": "",
    "balanceDue": 0,
    "shippingAddress": {
        "customerName": "John Doe",
        "addressLine1": "Kapas Kraft Apparels Limited",
        "addressLine2": "Banglore",
        "city": "bengluru",
        "state": "Karnataka",
        "pincode": "560005",
        "country": "India",
        "contactPhone": "9998889998",
        "email": "johndoe@gmail.com",
        "gstin":""
    },
    "billingIsShipping": true,
    "billingAddress": {
        "customerName": "John Doe",
        "addressLine1": "Kapas Kraft Apparels Limited",
        "addressLine2": "Banglore",
        "city": "bengluru",
        "state": "Karnataka",
        "pincode": "560005",
        "country": "India",
        "contactPhone": "9998889998",
        "email": "johndoe@gmail.com"
    },
    "items": [
        {
            "itemID": "DB9U03FMGWZ",
            "productTitle": "Pace Barnes",
            "quantity": 1,
            "itemTotal": 4049.09,
            "hsn": "",
            "mrp": "",
            "discount": "",
            "taxPercentage":"",
            "itemLength":"",
            "itemBreadth":"",
            "itemHeight":"",
            "itemWeight":"",
            "ean":""
        }
    ],
    "shipmentDimension": {
        "length": "",
        "breadth": "",
        "height": "",
        "weight": ""
    },
    "pickupLocation": {
        "locationCode": "",
        "locationName": "",
        "companyName": "",
        "contactPerson": "",
        "contactNumber": "",
        "addressLine1": "",
        "addressLine2": "",
        "city": "",
        "state": "",
        "pincode": "",
        "gstin": ""
    },
    "package":{
        "type":"",
        "code":"",
        "description":"",
        "length":"",
        "breadth":"",
        "height":""

    }
}
Example Request
curl
curl --location 'https://wms.eshopbox.com/api/' \
--header 'Authorization;' \
--data-raw '{
    "channelId": "TATA CLIQ VELOCY KAPAS KRAFT",
    "customerOrderId": "OD119208447831346000",
    "shipmentId":"",
    "orderDate": "2020-02-29 15:39:11",
    "isCOD": true,
    "invoiceTotal": 4049.09,
    "shippingMode": "",
    "invoice": {
        "number": "C00011323A000002",
        "date": "2023-06-02T03:06:14+00:00"
    },
    "ewaybillNumber": "",
    "balanceDue": 0,
    "shippingAddress": {
        "customerName": "John Doe",
        "addressLine1": "Kapas Kraft Apparels Limited",
        "addressLine2": "Banglore",
        "city": "bengluru",
        "state": "Karnataka",
        "pincode": "560005",
        "country": "India",
        "contactPhone": "9998889998",
        "email": "johndoe@gmail.com",
        "gstin":""
    },
    "billingIsShipping": true,
    "billingAddress": {
        "customerName": "John Doe",
        "addressLine1": "Kapas Kraft Apparels Limited",
        "addressLine2": "Banglore",
        "city": "bengluru",
        "state": "Karnataka",
        "pincode": "560005",
        "country": "India",
        "contactPhone": "9998889998",
        "email": "johndoe@gmail.com"
    },
    "items": [
        {
            "itemID": "DB9U03FMGWZ",
            "productTitle": "Pace Barnes",
            "quantity": 1,
            "itemTotal": 4049.09,
            "hsn": "",
            "mrp": "",
            "discount": "",
            "taxPercentage":"",
            "itemLength":"",
            "itemBreadth":"",
            "itemHeight":"",
            "itemWeight":"",
            "ean":""
        }
    ],
    "shipmentDimension": {
        "length": "",
        "breadth": "",
        "height": "",
        "weight": ""
    },
    "pickupLocation": {
        "locationCode": "",
        "locationName": "",
        "companyName": "",
        "contactPerson": "",
        "contactNumber": "",
        "addressLine1": "",
        "addressLine2": "",
        "city": "",
        "state": "",
        "pincode": "",
        "gstin": ""
    },
    "package":{
        "type":"",
        "code":"",
        "description":"",
        "length":"",
        "breadth":"",
        "height":""

    }
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTcreate return

Bodyraw (json)
json
{
    "channelId": "TATA CLIQ VELOCY KAPAS KRAFT",
    "customerOrderId": "OD119208447831346000",
    "channelOrderId":"",
    "shipmentId":"",
    "orderDate": "2020-02-29 15:39:11",
    "isCOD": true,
    "invoiceTotal": 4049.09,
    "shippingMode":"",
    "invoice": {
        "number": "C00011323A000002",
        "date": "2023-06-02T03:06:14+00:00"
    },
    "ewaybillNumber":"",
    "balanceDue": 0,
    "doorStepQcRequired":true,
    "qcDetails":{
        "qc_color":"",
        "qc_brand":"",
        "qc_serial_no":"",
        "qc_ean_barcode":"",
        "qc_size":"",
        "qc_product_name":"",
        "qc_product_image":""
    },
    "shippingAddress": {
        "locationCode": "",
        "locationName": "",
        "companyName": "",
        "contactPerson": "",
        "contactNumber": "",
        "addressLine1": "",
        "addressLine2": "",
        "city": "",
        "state": "",
        "pincode": "",
        "gstin": ""

    },
    "items": [
        {
            "itemID": "DB9U03FMGWZ",
            "productTitle": "Pace Barnes",
            "quantity": 1,
            "itemTotal": 4049.09,
            "hsn":"",
            "mrp":"",
            "discount":"",
            "taxPercentage":""
        }
    ],
    "returnDimension": {
        "length": "",
        "breadth": "",
        "height": "",
        "weight": ""
    },
    "pickupLocation": {
       
         "customerName": "John Doe",
        "addressLine1": "Kapas Kraft Apparels Limited",
        "addressLine2": "Banglore",
        "city": "bengluru",
        "state": "Karnataka",
        "pincode": "560005",
        "country": "India",
        "contactPhone": "9998889998",
        "email": "johndoe@gmail.com"
    }
}
Example Request
curl
curl --location '' \
--data-raw '{
    "channelId": "TATA CLIQ VELOCY KAPAS KRAFT",
    "customerOrderId": "OD119208447831346000",
    "channelOrderId":"",
    "shipmentId":"",
    "orderDate": "2020-02-29 15:39:11",
    "isCOD": true,
    "invoiceTotal": 4049.09,
    "shippingMode":"",
    "invoice": {
        "number": "C00011323A000002",
        "date": "2023-06-02T03:06:14+00:00"
    },
    "ewaybillNumber":"",
    "balanceDue": 0,
    "doorStepQcRequired":true,
    "qcDetails":{
        "qc_color":"",
        "qc_brand":"",
        "qc_serial_no":"",
        "qc_ean_barcode":"",
        "qc_size":"",
        "qc_product_name":"",
        "qc_product_image":""
    },
    "shippingAddress": {
        "locationCode": "",
        "locationName": "",
        "companyName": "",
        "contactPerson": "",
        "contactNumber": "",
        "addressLine1": "",
        "addressLine2": "",
        "city": "",
        "state": "",
        "pincode": "",
        "gstin": ""

    },
    "items": [
        {
            "itemID": "DB9U03FMGWZ",
            "productTitle": "Pace Barnes",
            "quantity": 1,
            "itemTotal": 4049.09,
            "hsn":"",
            "mrp":"",
            "discount":"",
            "taxPercentage":""
        }
    ],
    "returnDimension": {
        "length": "",
        "breadth": "",
        "height": "",
        "weight": ""
    },
    "pickupLocation": {
       
         "customerName": "John Doe",
        "addressLine1": "Kapas Kraft Apparels Limited",
        "addressLine2": "Banglore",
        "city": "bengluru",
        "state": "Karnataka",
        "pincode": "560005",
        "country": "India",
        "contactPhone": "9998889998",
        "email": "johndoe@gmail.com"
    }
}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers