Post Product Currency Add
POST {{baseUrl}}/product.currency.add.json?iso3=<string>&rate=<number>&name=<string>&avail=<boolean>&symbol_left=<string>&symbol_right=<string>&default=<boolean>
Add currency and/or set default in store
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
iso3 | string | Specifies standardized currency code | |
rate | string | Defines the numerical identifier against to the major currency | |
name | string | Coupon name | |
avail | string | Defines category's visibility status | |
symbol_left | string | Defines the symbol that is located before the currency | |
symbol_right | string | Defines the symbol that is located after the currency | |
default | string | Specifies currency's default meaning |