Frequently Asked Questions
Answers to queries regarding our API
secret_key
secret_key is a 32 character string that authenticates your API request and is connected to a Janio account. The secret_key will be different for integration and production account. You may generate a secret_key for integration in our integration platform. For production account, please contact Janio's support or your account manager.
service_id
It is a backend configuration in Janio system. For every lane, there is a service_id. For example, Singapore to Malaysia may have 2 service_ids, but usually each merchant will only use one of them.
There could be a scenario where you will be having both a pickup service and a dropoff service for the same lane. In this case, you might use service_id 23 for Singapore to Malaysia with pickup, and service_id 15 for Singapore to Malaysia without pickup (dropoff).
You can find the full list here or see the full list in the Create Orders API testing > Order Details > Service dropdown field
tracking_no
It is the alphabets/number that we will use to track your parcel. This is the value of the barcode that will be on the package.
If you leave the field blank or null, we will respond with a tracking_no that is generated on our end.
Yes, but it must be unique in Janio's system and have a fixed prefix. For example, if merchant A has tracking_no ABCD1234, then merchant B cannot use tracking_no ABCD1234.
shipper_order_id
This is an optional field for you if you want a way to store your system's order ID in Janio's system. For example, if you have a custom software that creates order IDs which your team refers to. This is useful if you have multiple shipments for a single order - the multiple shipments will have different tracking_no but has the same shipper_order_id.
No, this field is only used as an extra column when you download reports or filters when viewing orders.
consignee_country
We follow the following spelling for countries, and these must be spelled exactly the same way, including capitalization:
Australia, Brunei, China, Hong Kong, Indonesia, Italy, Japan, Malaysia, Philippines, Saudi Arabia, Singapore, South Korea, Spain, Taiwan, Thailand, UAE, UK, US, Vietnam
consignee_state
We do not have a strict list of valid consignee_state(s). However, it is very important for it to be accurate to ensure smoother deliveries.
State, city and province in Janio's API will always refer to the largest land segment to the smallest land segment, regardless of how it is being named in various countries. For example:
from largest to smallest administrative division
in Philippines, it is Provinces(consignee_state) > Municipalities(consignee_city) > Barangays(consignee_province)
in China, it is Provinces(consignee_state) > Prefectures(consignee_city) > County(consignee_province)
in Indonesia, it is Kabupaten(consignee_state) > Kota(consignee_city) > Kecamatan(consignee_province)
consignee_postal
Yes, except for Hong Kong and Vietnam.
We do simple validation for each of the countries. For example, in Singapore consignee_postal must have 4 or 6 digits, and for Thailand it must have 5 digits plus it must start with a few valid prefixes.
Our last mile service depends on the postal code to sort the packages to different regions effectively as postal codes are clear and definitive - it vastly improves the delivery speed.
consignee_number
It allows our last mile service to contact the consignee while it is on delivery to check whether they are available and to reschedule if needed.
consignee_email
This allows them to receive emails from Janio regarding delivery related information such as when a package is picked up or to confirm a successful delivery.
order_length
They are all in centimeters, up to 2 decimal places. It must be equal or larger than 0.01.
We kindly request to have a way for you to input these dimensions as they are needed for planning the deliveries. If it is really not possible, please contact us directly to discuss this further.
order_weight
It is in kilograms, up to 2 decimal places. It must be equal or larger than 0.01.
We kindly request to have a way for you to get the package weight as they are needed for planning the deliveries. If it is really not possible, please contact us directly to discuss this further.
incoterm
This is to specify whether the order is DDP(Deliver Duty Paid) or DDU(Deliver Duty Unpaid). By default, if no value is specified for incoterm, we will assume it to be DDP.
payment_type
It is used to indicate whether it is COD or non-COD. The two valid values are 'cod' for COD and 'prepaid' for non-COD. COD will mean that Janio will collect cash from the consignee.
cod_amt_to_collect
It is used to indicate the amount of cash to collect from consignee if payment_type is 'cod'.
The currency will be the currency of the consignee_country, this cannot be changed. For example, if the order is going to Indonesia, the currency will be IDR.
No need. You can leave this as null if it is a non-COD order.
Yes. If you do not declare the cod_amt_to_collect in the payload, Janio will assume that the value is:
item_price_value * item_quantity
items
item_category is a list of categories to classify the item. We have only a few valid categories and it must be spelled exactly this way:
'Fashion Accessories', 'Fashion Footwear', 'Fashion Apparels (Men)', 'Fashion Apparels (Women)', 'Fashion Apparels (Babies, Toddlers and Children)', 'Fashion Apparel',
'Electronics', 'Electronics (Non-Telecommunications)', 'Electronics (Telecommunications)',
'Lifestyle Products', 'Lifestyle (Health Related)', 'Lifestyle (Beauty Related)', 'Lifestyle (Home & Living)', 'Lifestyle (Hobbies & Collection)', 'Lifestyle (Pantry & Packaged Food & Beverages)'
'Others', 'Printed Matters'.
If your system has other item categories, kindly map it to our item categories for submission.
In light of the Covid-19 pandemic, the Indonesian government has provided for tax exemptions for a list of products. We have thus added two item categories - 'Covid 19 tax-exempted items (Approval not required)' & 'Covid 19 tax-exempted items (Approval required)' to help our merchants with these tax exemptions. Find out more here.
item_quantity is the number items for the specified item. For example, if there are 2 pieces of a 'Blue Nike T-Shirt', then item_quantity will be 2.
item_desc is the detailed description for the specified item. This is important for customs clearance and must be as detailed as possible. As best as possible, please include - brand name, colour and type of apparel.
item_product_id is an optional field and will appear when you view the order or download reports from Janio's system. This makes it easier for administration rather than cross-referencing two platforms.
item_sku is an optional field and will appear when you view the order or download reports from Janio's system. This makes it easier for administration rather than cross-referencing two platforms.
item_price_value is the until price value for the specified item.
labels
Janio works differently -- we work with multiple network partners to bring the best delivery experience to you.
After your system has submitted an order, Janio’s backend system will automatically synchronize with our network partner and will obtain the relevant external tracking number, delivery label PDFs and other critical delivery information (such as Area or Port Codes).
These takes a short while to process and therefore we are not able to respond immediately with the completed Janio delivery label.
Your system will have to combine the PDF at your end. We do not merge the labels for bulk printing on our system.
returns coverage
Currently, we only accept domestic return orders in Singapore and Indonesia (Jabodetabek).