Shipment
Get Carrier sending methods.
get/rest/api/shipping/carrier-account/{id}/method/
Path parameters
idstring required
Carrier Account ID
Response
Returns list of Carrier Account sending methods
Example response
{
"methods": [
{
"id": "parcel_locker",
"name": "Nadanie w paczkomacie"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.