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

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

profilecode
string
required
id
string
required

Response

Success

version
string | null
content
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
reasonPhrase
string | null
headers
object[] | null
trailingHeaders
object[] | null
requestMessage
object
isSuccessStatusCode
boolean