POST:shops/preferences.json
Commerce APIPOST:shops/preferences.json

POST:shops/preferences.json

Description

Save user shop UI preferences.

Permission bit: "shop_settings.read"

Topic: Shops

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of UIPreferenceCreate

[
  {
    "key": "",
    "value": ""
  }
]

Response Body

Array of UIPreference

Response Body Type

Loading module