POST:branding.json
Commerce APIPOST:branding.json

POST:branding.json

Description

Modify branding.

Permission bit: "branding.modify"

Topic: Branding

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

BrandingCreate

{
  "fields": [
    {
      "boolean": true,
      "color": "",
      "default": true,
      "font": "",
      "id": "",
      "image_file_id": "",
      "link": "",
      "radio": "",
      "string": "",
      "text": "",
      "type": "boolean"
    }
  ]
}

Response Body

Branding

Response Body Type

Loading module