currencyUpdate
Graphql fields and variables for the currencyUpdate mutation
mutation currencyUpdate ($id: ID!, $attributes: CurrencyAttributes!) {
currencyUpdate (id: $id, attributes: $attributes) {
currency {
conversionRate
enabled
id
isoCode
isoNumeric
name
priority
symbol
symbolFirst
}
errors
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
