OpenAPI 3.0.32026-08-12174296704.1 KB
c66cdcca5f9e
ops
supported shipping-method-ops
Mark the given shipping methods as supported
patch/ops/shipping-method/supported
Request body
Example request
{
"ids": [
"abc123"
]
}Response
OK response.
Example response
{
"ids": [
"abc123"
]
}