PUT /self/{shopId}/settings/currency

PUT /self/{shopId}/settings/currency

Path parameters

Body

  • currency string Required

    Minimum length is 1, maximum length is 4.

Body

  • currency string Required

    Minimum length is 1, maximum length is 4.

Body

  • currency string Required

    Minimum length is 1, maximum length is 4.

PUT /self/{shopId}/settings/currency
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/currency' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"currency":"string"}'
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/currency' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: text/json"
curl \
 --request PUT 'https://dev.sellpass.io/self/{shopId}/settings/currency' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/*+json"
Request examples
{
  "currency": "string"
}
Request examples
{
  "currency": "string"
}
Request examples
{
  "currency": "string"
}