latestOpenAPI 3.0.32026-08-14175297706.0 KB
fc745e434b3e
ops
unsupported shipping-method-ops
Mark the given shipping methods as unsupported
patch/ops/shipping-method/unsupported
Request body
Example request
{
"ids": [
"abc123"
]
}Response
OK response.
Example response
{
"ids": [
"abc123"
]
}