BizKitHub
DocsAPI ReferenceShipping/bff/shipping/method/{externalId}/rule
getpostShippingAdmin BFF

/bff/shipping/method/{externalId}/rule

List price rules for a shipping method

ShippinggetBffShippingMethodByExternalIdRule

Parameters

1 path · 1 query

Path parameters

· 1
externalIdstringRequired
Exampleexample_externalId

Query parameters

· 1
countryCodestringOptional
Exampleexample_countryCode

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/shipping/method/{externalId}/rule

get
curl -X GET "https://api.bizkithub.com/bff/shipping/method/example_externalId/rule?countryCode=example_countryCode" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key