Skip to main content
PATCH
/
{shopId}
/
currencies
/
{currencyId}
Update shop currency
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/currencies/{currencyId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "isBaseCurrency": false,
  "isDisabled": false,
  "isRateAutomated": true,
  "isStoreFrontDefault": true
}
'

Path Parameters

currencyId
string
required
Example:

"61772626938e558bd43b2192"

Body

application/json
isBaseCurrency
boolean
Example:

false

isDisabled
boolean
Example:

false

isRateAutomated
boolean
Example:

true

isStoreFrontDefault
boolean
Example:

true

Response

200 - undefined