v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
ops

supported shipping-method-ops

Mark the given shipping methods as supported

patch/ops/shipping-method/supported

Request body

idsstring[] required

The ids of products

Example request

{
  "ids": [
    "abc123"
  ]
}

Response

OK response.

idsstring[] required

The ids to mark as supported

Example response

{
  "ids": [
    "abc123"
  ]
}