xConnector - Profile - Connected Services - Connect a new service - Shipping labels - Connect a courier - Innoship
1. Fill in your credentials
2. Click on Test connection (you should receive a Connexions succesfull message)
3. Save
Now you are ready to generate Innoship shipping labels
Filtering carriers on the locker map
Innoship is an aggregator for multiple courier services.
If you have activated the Innoship on the locker map, all Innoship lockers will be displayed by default.
If you need to display only certain lockers instead of all of them, you need to filter the lockers by creating a filter rule that specifies which courier’s lockers should appear.
Steps:
Go to xConnector → Profile → Connected services → the Packetery connector you want to display on the map → Collect points → Filter rules
Add the following code, replacing the value with the internal Packeta ID of the courier you want to show on the map:
Condition for 1 courier
{
"logic": "AND",
"rules": [
{ "field": "courierId", "op": "EQ", "value": "xxxxx" },
{ "field": "serviceId", "op": "EQ", "value": "yyyyy" }
{ "field": "fixedLocationTypeId", "op": "EQ", "value": "zzzzz" }
]
}-----------------------------------------------------------------
Condition for multiples couriers
{
"logic": "AND",
"rules": [
{ "field": "courierId", "op": "IN", "value": ["xxxxx","yyyy"] },
{ "field": "serviceId", "op": "IN", "value": ["zzzzz","qqqqq"] }
{ "field": "fixedLocationTypeId", "op": "EQ", "value": "abcd" }
]
}It is not mandatory to use all three parameters. You can remove the line withserviceIdorfixedLocationTypeIdif they are not needed.
List of internal IDs for Innoship carriers and services.
Courier IDs link
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article