Skip to main content
POST
/
{shopId}
/
currencies
Create shop currency
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/currencies/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "baseRate": 1,
  "currency": "61772626938e558bd43b2192",
  "currencyRate": 200,
  "isBaseCurrency": false
}
'

Body

application/json
baseRate
number
Example:

1

currency
string
Example:

"61772626938e558bd43b2192"

currencyRate
number
Example:

200

isBaseCurrency
boolean
Example:

false

Response

200 - undefined