PUT /self/{shopId}/customization/design

PUT /self/{shopId}/customization/design

Path parameters

application/json

Body

Responses

PUT /self/{shopId}/customization/design
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/customization/design \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"primaryColor":"string","primaryColorAccent":"string","backgroundColor":"string","secondaryColor":"string","primaryTextColor":"string","secondaryTextColor":"string","darkMode":true,"disableBusinessName":true,"disableSearchBar":true,"centerProductTitle":true,"disableBusinessLogo":true,"disableReviews":true,"disableProductsSold":true,"hideOutOfStockProducts":true,"disableShadows":true,"disableSnow":true,"hideProductStock":true,"disableSupport":true,"fontLink":"string"}'
Request example
{
  "primaryColor": "string",
  "primaryColorAccent": "string",
  "backgroundColor": "string",
  "secondaryColor": "string",
  "primaryTextColor": "string",
  "secondaryTextColor": "string",
  "darkMode": true,
  "disableBusinessName": true,
  "disableSearchBar": true,
  "centerProductTitle": true,
  "disableBusinessLogo": true,
  "disableReviews": true,
  "disableProductsSold": true,
  "hideOutOfStockProducts": true,
  "disableShadows": true,
  "disableSnow": true,
  "hideProductStock": true,
  "disableSupport": true,
  "fontLink": "string"
}