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"
]
}Mark the given shipping methods as supported
{
"ids": [
"abc123"
]
}OK response.
{
"ids": [
"abc123"
]
}