Skip to main content
DELETE
/
commerce
/
shipping
/
admin
/
profiles
/
{profilecode}
/
rules
/
orderhandlingfees
/
{id}
Error
A valid request URL is required to generate request examples
{
  "content": {
    "headers": [
      {
        "key": "<string>",
        "value": [
          "<string>"
        ]
      }
    ]
  },
  "headers": [
    {
      "key": "<string>",
      "value": [
        "<string>"
      ]
    }
  ],
  "isSuccessStatusCode": true,
  "reasonPhrase": "<string>",
  "requestMessage": {
    "content": {
      "headers": [
        {
          "key": "<string>",
          "value": [
            "<string>"
          ]
        }
      ]
    },
    "headers": [
      {
        "key": "<string>",
        "value": [
          "<string>"
        ]
      }
    ],
    "method": {
      "method": "<string>"
    },
    "options": {},
    "properties": {},
    "requestUri": "<string>",
    "version": "<string>"
  },
  "trailingHeaders": [
    {
      "key": "<string>",
      "value": [
        "<string>"
      ]
    }
  ],
  "version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

profilecode
string
required
id
string
required

Response

Success

content
object
headers
object[] | null
read-only
isSuccessStatusCode
boolean
read-only
reasonPhrase
string | null
requestMessage
object
statusCode
enum<string>
Available options:
Continue,
SwitchingProtocols,
Processing,
EarlyHints,
OK,
Created,
Accepted,
NonAuthoritativeInformation,
NoContent,
ResetContent,
PartialContent,
MultiStatus,
AlreadyReported,
IMUsed,
MultipleChoices,
Ambiguous,
MovedPermanently,
Moved,
Found,
Redirect,
SeeOther,
RedirectMethod,
NotModified,
UseProxy,
Unused,
TemporaryRedirect,
RedirectKeepVerb,
PermanentRedirect,
BadRequest,
Unauthorized,
PaymentRequired,
Forbidden,
NotFound,
MethodNotAllowed,
NotAcceptable,
ProxyAuthenticationRequired,
RequestTimeout,
Conflict,
Gone,
LengthRequired,
PreconditionFailed,
RequestEntityTooLarge,
RequestUriTooLong,
UnsupportedMediaType,
RequestedRangeNotSatisfiable,
ExpectationFailed,
MisdirectedRequest,
UnprocessableEntity,
Locked,
FailedDependency,
UpgradeRequired,
PreconditionRequired,
TooManyRequests,
RequestHeaderFieldsTooLarge,
UnavailableForLegalReasons,
InternalServerError,
NotImplemented,
BadGateway,
ServiceUnavailable,
GatewayTimeout,
HttpVersionNotSupported,
VariantAlsoNegotiates,
InsufficientStorage,
LoopDetected,
NotExtended,
NetworkAuthenticationRequired
trailingHeaders
object[] | null
read-only
version
string | null