Body
-
currency
string Required Minimum length is
1
, maximum length is4
.
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"
{
"currency": "string"
}
{
"currency": "string"
}
{
"currency": "string"
}