PATCH
/
api
/
v1
/
product_options
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "product": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "uuid": "<string>",
    "id": 123,
    "name": "<string>",
    "logo": "<string>",
    "settings": {
      "tenantLogo": true,
      "showTitle": true,
      "colorSelection": null,
      "colorButton": null,
      "disableSubscribe": false,
      "commentSection": true,
      "newestAndTopDonationSection": true,
      "requireFullAddress": false,
      "disableRegister": false,
      "lightThemeOnly": false,
      "isThankYouSingular": false
    },
    "event": "https://example.com/",
    "type": "<string>",
    "displayOnProfile": true,
    "productPriceVariations": [
      "https://example.com/"
    ],
    "metaGraphImage": "<string>"
  },
  "isArchived": true
}

Path Parameters

id
string
required

ProductOption identifier

Body

application/merge-patch+json

The updated ProductOption resource

Response

200
application/ld+json

ProductOption resource updated