Configuration
Create shipping rule for shop
Create shipping rules for the specified shop id. Requires Bearer JWT authentication.
post/config/{shop_id}/shipping-rules
Path parameters
shop_idinteger required
Example:123
Shop ID
Request body
Example request
{
"name": "Standard Box",
"conditions": {
"min_weight": 0,
"max_weight": 10,
"country": "MX"
},
"actions": {
"carrier": "fedex",
"service": "express"
}
}Response
Successful response