ShippingpostBffShippingFree-shipping-ruleByRuleIdUpdate
Parameters
1 path · 4 body
Path · 1
ruleIdstring | integerRequiredBody · 4
countryCodestringRequiredaudiencestring | string | string | stringRequiredminOrderValuenumberRequiredrestrictedDeliveryIdsstring | integer[]RequiredRequest
POST /bff/shipping/free-shipping-rule/{ruleId}/update
curl -X POST "https://api.bizkithub.com/bff/shipping/free-shipping-rule/{ruleId}/update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"countryCode": "example_countryCode",
"minOrderValue": 0,
"restrictedDeliveryIds": []
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.