POST /self/{shopId}/customization/storefront/background

POST /self/{shopId}/customization/storefront/background

Path parameters

multipart/form-data

Body

Responses

POST /self/{shopId}/customization/storefront/background
curl \
 -X POST https://dev.sellpass.io/self/{shopId}/customization/storefront/background \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: multipart/form-data" \
 -F "file=@file"
Request example
{
  "file": "@file"
}