Introduction to carrier configuration
Adding the first carrier
curl --location 'https://{YOUR-TENANT-NAME}.api.fulfillmenttools.com/api/carriers' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <TOKEN>' \
--data '{
"key": "DHL_V2",
"name": "LU.XY services DHL account",
"status": "ACTIVE",
"defaultParcelWeightInGram": 2000,
"credentials": {
"key": "DHL_V2",
"apiKey": "myApiKey",
"fallback": {
"key": "DHL_V2",
"billingNumber": "123456",
"retoureBillingNumber": "optional123345",
"dhlBusinessPassword": "mycoolandsecretpw",
"dhlBusinessUsername": "mycreativeusername"
}
}
}'Connect a facility to a carrier
Last updated