|
|
@@ -12,8 +12,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## activeAdministrator
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">activeAdministrator: <a href="/reference/graphql-api/admin/object-types#administrator">Administrator</a></div>
|
|
|
|
|
|
|
|
|
@@ -22,8 +21,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## activeChannel
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">activeChannel: <a href="/reference/graphql-api/admin/object-types#channel">Channel</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -32,8 +30,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## administrator
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">administrator(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#administrator">Administrator</a></div>
|
|
|
|
|
|
|
|
|
@@ -42,8 +39,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## administrators
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">administrators(options: <a href="/reference/graphql-api/admin/input-types#administratorlistoptions">AdministratorListOptions</a>): <a href="/reference/graphql-api/admin/object-types#administratorlist">AdministratorList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -55,8 +51,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Get a single Asset by id</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">asset(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#asset">Asset</a></div>
|
|
|
|
|
|
|
|
|
@@ -68,8 +63,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Get a list of Assets</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">assets(options: <a href="/reference/graphql-api/admin/input-types#assetlistoptions">AssetListOptions</a>): <a href="/reference/graphql-api/admin/object-types#assetlist">AssetList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -78,8 +72,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## channel
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">channel(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#channel">Channel</a></div>
|
|
|
|
|
|
|
|
|
@@ -88,8 +81,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## channels
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">channels(options: <a href="/reference/graphql-api/admin/input-types#channellistoptions">ChannelListOptions</a>): <a href="/reference/graphql-api/admin/object-types#channellist">ChannelList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -101,8 +93,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Get a Collection either by id or slug. If neither id nor slug is specified, an error will result.</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">collection(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>, slug: <a href="/reference/graphql-api/admin/object-types#string">String</a>): <a href="/reference/graphql-api/admin/object-types#collection">Collection</a></div>
|
|
|
|
|
|
|
|
|
@@ -111,8 +102,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## collectionFilters
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">collectionFilters: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -121,8 +111,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## collections
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">collections(options: <a href="/reference/graphql-api/admin/input-types#collectionlistoptions">CollectionListOptions</a>): <a href="/reference/graphql-api/admin/object-types#collectionlist">CollectionList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -131,8 +120,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## countries
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">countries(options: <a href="/reference/graphql-api/admin/input-types#countrylistoptions">CountryListOptions</a>): <a href="/reference/graphql-api/admin/object-types#countrylist">CountryList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -141,8 +129,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## country
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">country(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#country">Country</a></div>
|
|
|
|
|
|
|
|
|
@@ -151,8 +138,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## customer
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">customer(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#customer">Customer</a></div>
|
|
|
|
|
|
|
|
|
@@ -161,8 +147,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## customerGroup
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">customerGroup(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#customergroup">CustomerGroup</a></div>
|
|
|
|
|
|
|
|
|
@@ -171,8 +156,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## customerGroups
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">customerGroups(options: <a href="/reference/graphql-api/admin/input-types#customergrouplistoptions">CustomerGroupListOptions</a>): <a href="/reference/graphql-api/admin/object-types#customergrouplist">CustomerGroupList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -181,8 +165,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## customers
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">customers(options: <a href="/reference/graphql-api/admin/input-types#customerlistoptions">CustomerListOptions</a>): <a href="/reference/graphql-api/admin/object-types#customerlist">CustomerList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -194,8 +177,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Returns a list of eligible shipping methods for the draft Order</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">eligibleShippingMethodsForDraftOrder(orderId: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): [<a href="/reference/graphql-api/admin/object-types#shippingmethodquote">ShippingMethodQuote</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -204,8 +186,10 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## entityDuplicators
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level comment">"""</div>
|
|
|
+<div class="graphql-code-line top-level comment">Returns all configured EntityDuplicators.</div>
|
|
|
+<div class="graphql-code-line top-level comment">"""</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">entityDuplicators: [<a href="/reference/graphql-api/admin/object-types#entityduplicatordefinition">EntityDuplicatorDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -214,8 +198,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## facet
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">facet(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#facet">Facet</a></div>
|
|
|
|
|
|
|
|
|
@@ -224,8 +207,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## facetValues
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">facetValues(options: <a href="/reference/graphql-api/admin/input-types#facetvaluelistoptions">FacetValueListOptions</a>): <a href="/reference/graphql-api/admin/object-types#facetvaluelist">FacetValueList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -234,8 +216,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## facets
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">facets(options: <a href="/reference/graphql-api/admin/input-types#facetlistoptions">FacetListOptions</a>): <a href="/reference/graphql-api/admin/object-types#facetlist">FacetList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -244,8 +225,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## fulfillmentHandlers
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">fulfillmentHandlers: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -254,8 +234,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## globalSettings
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">globalSettings: <a href="/reference/graphql-api/admin/object-types#globalsettings">GlobalSettings</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -264,8 +243,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## job
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">job(jobId: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#job">Job</a></div>
|
|
|
|
|
|
|
|
|
@@ -274,8 +252,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## jobBufferSize
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">jobBufferSize(bufferIds: [<a href="/reference/graphql-api/admin/object-types#string">String</a>!]): [<a href="/reference/graphql-api/admin/object-types#jobbuffersize">JobBufferSize</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -284,8 +261,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## jobQueues
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">jobQueues: [<a href="/reference/graphql-api/admin/object-types#jobqueue">JobQueue</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -294,8 +270,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## jobs
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">jobs(options: <a href="/reference/graphql-api/admin/input-types#joblistoptions">JobListOptions</a>): <a href="/reference/graphql-api/admin/object-types#joblist">JobList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -304,8 +279,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## jobsById
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">jobsById(jobIds: [<a href="/reference/graphql-api/admin/object-types#id">ID</a>!]!): [<a href="/reference/graphql-api/admin/object-types#job">Job</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -314,8 +288,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## me
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">me: <a href="/reference/graphql-api/admin/object-types#currentuser">CurrentUser</a></div>
|
|
|
|
|
|
|
|
|
@@ -327,8 +300,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Get metrics for the given interval and metric types.</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">metricSummary(input: <a href="/reference/graphql-api/admin/input-types#metricsummaryinput">MetricSummaryInput</a>): [<a href="/reference/graphql-api/admin/object-types#metricsummary">MetricSummary</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -337,8 +309,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## order
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">order(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#order">Order</a></div>
|
|
|
|
|
|
|
|
|
@@ -347,8 +318,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## orders
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">orders(options: <a href="/reference/graphql-api/admin/input-types#orderlistoptions">OrderListOptions</a>): <a href="/reference/graphql-api/admin/object-types#orderlist">OrderList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -357,8 +327,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## paymentMethod
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">paymentMethod(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#paymentmethod">PaymentMethod</a></div>
|
|
|
|
|
|
|
|
|
@@ -367,8 +336,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## paymentMethodEligibilityCheckers
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">paymentMethodEligibilityCheckers: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -377,8 +345,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## paymentMethodHandlers
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">paymentMethodHandlers: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -387,8 +354,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## paymentMethods
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">paymentMethods(options: <a href="/reference/graphql-api/admin/input-types#paymentmethodlistoptions">PaymentMethodListOptions</a>): <a href="/reference/graphql-api/admin/object-types#paymentmethodlist">PaymentMethodList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -397,8 +363,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## pendingSearchIndexUpdates
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">pendingSearchIndexUpdates: <a href="/reference/graphql-api/admin/object-types#int">Int</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -410,8 +375,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Used for real-time previews of the contents of a Collection</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">previewCollectionVariants(input: <a href="/reference/graphql-api/admin/input-types#previewcollectionvariantsinput">PreviewCollectionVariantsInput</a>!, options: <a href="/reference/graphql-api/admin/input-types#productvariantlistoptions">ProductVariantListOptions</a>): <a href="/reference/graphql-api/admin/object-types#productvariantlist">ProductVariantList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -423,8 +387,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Get a Product either by id or slug. If neither id nor slug is specified, an error will result.</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">product(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>, slug: <a href="/reference/graphql-api/admin/object-types#string">String</a>): <a href="/reference/graphql-api/admin/object-types#product">Product</a></div>
|
|
|
|
|
|
|
|
|
@@ -433,8 +396,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## productOptionGroup
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">productOptionGroup(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#productoptiongroup">ProductOptionGroup</a></div>
|
|
|
|
|
|
|
|
|
@@ -443,8 +405,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## productOptionGroups
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">productOptionGroups(filterTerm: <a href="/reference/graphql-api/admin/object-types#string">String</a>): [<a href="/reference/graphql-api/admin/object-types#productoptiongroup">ProductOptionGroup</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -456,8 +417,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">Get a ProductVariant by id</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">productVariant(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#productvariant">ProductVariant</a></div>
|
|
|
|
|
|
|
|
|
@@ -469,8 +429,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">List ProductVariants either all or for the specific product.</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">productVariants(options: <a href="/reference/graphql-api/admin/input-types#productvariantlistoptions">ProductVariantListOptions</a>, productId: <a href="/reference/graphql-api/admin/object-types#id">ID</a>): <a href="/reference/graphql-api/admin/object-types#productvariantlist">ProductVariantList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -482,8 +441,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
<div class="graphql-code-line top-level comment">List Products</div>
|
|
|
<div class="graphql-code-line top-level comment">"""</div>
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">products(options: <a href="/reference/graphql-api/admin/input-types#productlistoptions">ProductListOptions</a>): <a href="/reference/graphql-api/admin/object-types#productlist">ProductList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -492,8 +450,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## promotion
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">promotion(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#promotion">Promotion</a></div>
|
|
|
|
|
|
|
|
|
@@ -502,8 +459,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## promotionActions
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">promotionActions: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -512,8 +468,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## promotionConditions
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">promotionConditions: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -522,8 +477,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## promotions
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">promotions(options: <a href="/reference/graphql-api/admin/input-types#promotionlistoptions">PromotionListOptions</a>): <a href="/reference/graphql-api/admin/object-types#promotionlist">PromotionList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -532,8 +486,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## province
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">province(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#province">Province</a></div>
|
|
|
|
|
|
|
|
|
@@ -542,8 +495,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## provinces
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">provinces(options: <a href="/reference/graphql-api/admin/input-types#provincelistoptions">ProvinceListOptions</a>): <a href="/reference/graphql-api/admin/object-types#provincelist">ProvinceList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -552,8 +504,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## role
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">role(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#role">Role</a></div>
|
|
|
|
|
|
|
|
|
@@ -562,8 +513,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## roles
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">roles(options: <a href="/reference/graphql-api/admin/input-types#rolelistoptions">RoleListOptions</a>): <a href="/reference/graphql-api/admin/object-types#rolelist">RoleList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -572,8 +522,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## search
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">search(input: <a href="/reference/graphql-api/admin/input-types#searchinput">SearchInput</a>!): <a href="/reference/graphql-api/admin/object-types#searchresponse">SearchResponse</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -582,8 +531,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## seller
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">seller(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#seller">Seller</a></div>
|
|
|
|
|
|
|
|
|
@@ -592,8 +540,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## sellers
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">sellers(options: <a href="/reference/graphql-api/admin/input-types#sellerlistoptions">SellerListOptions</a>): <a href="/reference/graphql-api/admin/object-types#sellerlist">SellerList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -602,8 +549,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## shippingCalculators
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">shippingCalculators: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -612,8 +558,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## shippingEligibilityCheckers
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">shippingEligibilityCheckers: [<a href="/reference/graphql-api/admin/object-types#configurableoperationdefinition">ConfigurableOperationDefinition</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -622,8 +567,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## shippingMethod
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">shippingMethod(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#shippingmethod">ShippingMethod</a></div>
|
|
|
|
|
|
|
|
|
@@ -632,8 +576,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## shippingMethods
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">shippingMethods(options: <a href="/reference/graphql-api/admin/input-types#shippingmethodlistoptions">ShippingMethodListOptions</a>): <a href="/reference/graphql-api/admin/object-types#shippingmethodlist">ShippingMethodList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -642,8 +585,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## stockLocation
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">stockLocation(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#stocklocation">StockLocation</a></div>
|
|
|
|
|
|
|
|
|
@@ -652,8 +594,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## stockLocations
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">stockLocations(options: <a href="/reference/graphql-api/admin/input-types#stocklocationlistoptions">StockLocationListOptions</a>): <a href="/reference/graphql-api/admin/object-types#stocklocationlist">StockLocationList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -662,8 +603,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## tag
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">tag(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#tag">Tag</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -672,8 +612,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## tags
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">tags(options: <a href="/reference/graphql-api/admin/input-types#taglistoptions">TagListOptions</a>): <a href="/reference/graphql-api/admin/object-types#taglist">TagList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -682,8 +621,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## taxCategories
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">taxCategories(options: <a href="/reference/graphql-api/admin/input-types#taxcategorylistoptions">TaxCategoryListOptions</a>): <a href="/reference/graphql-api/admin/object-types#taxcategorylist">TaxCategoryList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -692,8 +630,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## taxCategory
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">taxCategory(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#taxcategory">TaxCategory</a></div>
|
|
|
|
|
|
|
|
|
@@ -702,8 +639,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## taxRate
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">taxRate(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#taxrate">TaxRate</a></div>
|
|
|
|
|
|
|
|
|
@@ -712,8 +648,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## taxRates
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">taxRates(options: <a href="/reference/graphql-api/admin/input-types#taxratelistoptions">TaxRateListOptions</a>): <a href="/reference/graphql-api/admin/object-types#taxratelist">TaxRateList</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -722,8 +657,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## testEligibleShippingMethods
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">testEligibleShippingMethods(input: <a href="/reference/graphql-api/admin/input-types#testeligibleshippingmethodsinput">TestEligibleShippingMethodsInput</a>!): [<a href="/reference/graphql-api/admin/object-types#shippingmethodquote">ShippingMethodQuote</a>!]!</div>
|
|
|
|
|
|
|
|
|
@@ -732,8 +666,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## testShippingMethod
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">testShippingMethod(input: <a href="/reference/graphql-api/admin/input-types#testshippingmethodinput">TestShippingMethodInput</a>!): <a href="/reference/graphql-api/admin/object-types#testshippingmethodresult">TestShippingMethodResult</a>!</div>
|
|
|
|
|
|
|
|
|
@@ -742,8 +675,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## zone
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">zone(id: <a href="/reference/graphql-api/admin/object-types#id">ID</a>!): <a href="/reference/graphql-api/admin/object-types#zone">Zone</a></div>
|
|
|
|
|
|
|
|
|
@@ -752,8 +684,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
|
|
|
|
|
|
## zones
|
|
|
<div class="graphql-code-block">
|
|
|
-<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span>
|
|
|
- {</div>
|
|
|
+<div class="graphql-code-line top-level">type <span class="graphql-code-identifier">Query</span> {</div>
|
|
|
<div class="graphql-code-line ">zones(options: <a href="/reference/graphql-api/admin/input-types#zonelistoptions">ZoneListOptions</a>): <a href="/reference/graphql-api/admin/object-types#zonelist">ZoneList</a>!</div>
|
|
|
|
|
|
|