PUT /self/{shopId}/settings/currency

PUT /self/{shopId}/settings/currency

Path parameters

application/json

Body

Responses

PUT /self/{shopId}/settings/currency
curl \
 -X PUT https://dev.sellpass.io/self/{shopId}/settings/currency \
 -H "Authorization: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"currency":"string"}'
Request example
{
  "currency": "string"
}