pricingUnits
Returns pricing unit information for required locale. Default is en_US
This page contains
Arguments
locale String | Locale of the unit description |
Return Fields
[PricingUnit!] |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
xxxxxxxxxx
query pricingUnits($locale: String) {
pricingUnits(locale: $locale) {
code
label
unitsLabel
}
}
xxxxxxxxxx
{
"locale": "YOUR_LOCALE"
}