Untitled

 avatar
unknown
plain_text
a year ago
2.4 kB
3
Indexable
curl --location 'https://api-sandbox.ninjavan.co/th/4.1/orders' \
--header 'Authorization: Bearer y5rSsdb8GmNrfzNHcPMxI7MryQt7Gl2E' \
--header 'Content-Type: application/json' \
--data-raw '{
    "service_type": "Parcel",
    "marketplace": {
        "seller_id": "8",
        "seller_company_name": "Aden Developer"
    },
    "service_level": "standard",
    "reference": {
        "merchantOrderNumber": "DO-PHGA3E3Q8H"
    },
    "from": {
        "name": "Parin Pathaichan",
        "phone_number": "0999999999",
        "email": "parin.pat@ascendcorp.com",
        "address": {
            "address1": "58",
            "address2": "",
            "address_type": "office",
            "province": "Kanchanaburi",
            "district": "Tha Maka",
            "postcode": "71120",
            "country": "TH",
            "latitude": 0.1,
            "longitude": 0.2,
            "sub-district": "Tha Maka"
        }
    },
    "to": {
        "name": "Parin Pathaichan",
        "phone_number": "0999999999",
        "email": "parin.pat@ascendcorp.com",
        "address": {
            "address1": "58",
            "address2": "",
            "address_type": "office",
            "province": "Kanchanaburi",
            "district": "Tha Maka",
            "postcode": "71120",
            "country": "TH",
            "latitude": 0.1,
            "longitude": 0.2,
            "sub-district": "Tha Maka"
        }
    },
    "parcel_job": {
        "is_pickup_required": "true",
        "pickup_address": {
            "name": "Parin Pathaichan",
            "phone_number": "0999999999",
            "email": "parin.pat@ascendcorp.com",
            "address": {
                "address1": "58",
                "postcode": "71120",
                "country": "TH"
            }
        },
        "pickup_date": "2024-02-29",
        "pickup_timeslot": {
            "start_time": "15:00",
            "end_time": "18:00",
            "timezone": "Asia/Bangkok"
        },
        "delivery_start_date": "2024-03-01",
        "delivery_timeslot": {
            "start_time": "09:00",
            "end_time": "22:00",
            "timezone": "Asia/Bangkok"
        },
        "dimensions": {
            "weight": 0.1,
            "length": 3,
            "width": 1,
            "height": 2
        }
    },
    "requested_tracking_number": "100"
}'
Editor is loading...
Leave a Comment