v1

latestOpenAPI 3.1.02026-07-242470655.6 KB

Get Custom Field

get/sites/multiscreen/{site_name}/ecommerce/custom-fields/{custom_field_id}

Path parameters

site_namestring required

The unique identifier for the target site

custom_field_idstring required

The unique identifier for the target custom field

Response

200

idstring
namestring
typestring

Example response

{
  "id": "Z7rcXc27",
  "name": "tagline",
  "type": "TEXT"
}