Parameters
JSON body
Request body
application/jsonitemsobject[]RequiredEach array item:
externalIdstringRequiredsortOrderstring | integerRequiredOne of 2:
Variant 1
stringinteger
Default:
0Variant 2
integer
Range: 0–∞
JSON body
itemsobject[]RequiredexternalIdstringRequiredsortOrderstring | integerRequired01 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/shipping/method/reorder
curl -X POST "https://api.bizkithub.com/bff/shipping/method/reorder" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"items": [
{
"externalId": "example_externalId"
}
]
}'All BizKitHub public API endpoints require authentication via API key.