Order
Get order default shipping settings.
get/rest/api/orders/{id}/shipping-settings-defaults/
Path parameters
idstring required
order number in Apilo system, e.g. <code>AL0012345</code>
Response
Default shipping settings object
Example response
{
"mappedDelivery": {
"carrierMethod": "parcel_locker",
"_help": {
"message": "You can change delivery mapping for this platform by visiting provided link.",
"href": "https://client1000.apilo.com/admin/platform-account/mapping/1/1/"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.