Shipment
Get Carrier Account list.
Get Carrier Account List
get/rest/api/shipping/carrier-account/map/
Response
Returns list of Carrier Account
Example response
{
"carrierAccounts": [
{
"key": "CARRIER_253",
"name": "Inpost (Kurier, Paczkomaty, Allegro)",
"description": "Kurier",
"options": {
"isPickupInShipmentCreation": true,
"isPickupInShipmentConfirmation": true,
"isShipmentConfirmationRequired": true
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.