PUT /self/{shopId}/settings/currency
Body
-
Minimum length is
1
, maximum length is4
.
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"
}
Request examples
{
"currency": "string"
}