overrides
View as MarkdownGet a collection of overrides.
query
Requires commerce.tax:read.
Get a collection of overrides.
orderBy is one key only (id, createdAt, or updatedAt — no name). Direction must be ASC or DESC. Sending two keys, or "desc", fails validation.Required headers
| Header | Required | Description |
|---|---|---|
x-store-id | Yes | ID of the store the operation targets. Omitting it returns HTTP 200 with a GraphQL error: extensions.code: "UNAUTHENTICATED". |
Go to Authentication for credential setup.
Arguments
afterStringoptionalbeforeStringoptionalfirstIntoptionalidOverrideIdFilteroptionalin[ID!]optional
lastIntoptionalorderByOverrideOrderByoptionalcreatedAtOrderByDirectionEnumoptionalidOrderByDirectionEnumoptionalupdatedAtOrderByDirectionEnumoptional
referenceValueReferenceValueFilteroptionalin[String!]optional
Possible returns
QueryOverridesConnectionQueryOverridesConnection
Last updated on
How is this guide?