Configuration
Select shipping rule for order
Apply shipping rules to select the best option for an order.
post/config/{shop_id}/shipping-rules/select/{order_id}
Path parameters
shop_idinteger required
Example:123
Shop ID
order_idinteger required
Example:789
Order ID
Request body
Example request
{
"order_data": {
"order_id": "ORD-2026-5678",
"total_weight": 5,
"destination_country": "MX"
}
}Response
Successful response