Shopify admin Component is designed to connect to Shopify GraphQL Admin API.
Tested with API version: 2023-01
.
To use this component you need to create a custom App:
App and sales channel settings
.Develop apps for your store
.Create an app
button.Create app
.Configure Admin API scopes
.Save
.Install app
button in API credentials
section in the right upper corner.Admin API access token
by selecting Reveal token once
. It will be needed in the component credentials configuration.API secret key
if you going to use webhooks.
Component credentials configuration fields:
2023-01
, but should work with any available.Webhook
to sign the request with an HMAC header.Notes:
Admin API access token
shows only once.- To rotate the API credentials for a custom app that was created in the Shopify admin, you need to uninstall and reinstall the app.
Creates webhook subscription for selected topics on the Shopify side to receive events.
There is no input metadata.
Event from the subscription on the selected topic.
Retrieve sample
functionality.Real-time
functionality not enabled) after flow starts you will need to run it once - just follow the webhook URL (to make the first execution) this action will create a subscription, error on this execution may be ignored.Retrieve all the updated or created objects within a given time range.
Object Type - (dropdown, required): Object-type to lookup on. E.g Customers
.
Timestamp field to poll on - (dropdown, required): Can be either Last Modified
or Created dates
(updated or new objects, respectively).
Select basic fields for resulting object - (dropdown, optional): Here only basic fields that can be included in the resulting object, may affect query cost.
You can provide additional fields here - (string, optional): The resulting object can be expanded using GraphQL request, this field represents content from each edges.node
, it may affect on query cost.
Size of Polling Page - (optional, positive integer, defaults to 250, max 250): Indicates the size of pages to be fetched per request. If you query cost will be over shop limit, you can decrease page size.
Emit behavior - (dropdown, optional): Indicates emit objects behavior - Emit individually
(by default) or Emit page
Return Full Response - (checkbox): Defines the format of emitted result: with service information or without.
Examples for Object type customers
are given below:
metafields(first: 2) {
edges {
node {
namespace
key
value
}
}
}
addresses {
address1
country
}
{
"data": {
"customers": [
{
"id": "gid://shopify/Customer/2444144115794",
"firstName": "Willy"
},
{
"id": "gid://shopify/Customer/2444144148562",
"firstName": "Tobi"
},
{
"id": "gid://shopify/Customer/2444144181330",
"firstName": "Mathilde"
}
]
},
"extensions": {
"cost": {
"requestedQueryCost": 5,
"actualQueryCost": 5,
"throttleStatus": {
"maximumAvailable": 1000,
"currentlyAvailable": 40,
"restoreRate": 50
}
}
}
}
{
"results": [
{
"id": "gid://shopify/Customer/2444144115794",
"firstName": "Willy"
},
{
"id": "gid://shopify/Customer/2444144148562",
"firstName": "Tobi"
},
{
"id": "gid://shopify/Customer/2444144181330",
"firstName": "Mathilde"
}
]
}
There is no input metadata.
Resulting object will represent content from path data\\{Object Type}\\edges\node
.
Depends on selected Object Type
, selected or provided fields and Emit behavior
:
Emit Page
mode:
results
that has an array as its value (if Page Size
> 0)Emit Individually
mode:
Objects in Shopify can be deleted with Execute mutation action.
To do that, filter the list of available mutation types in the Mutation type
configuration field by Delete
or Remove
keyword.
In most cases you will get one input metadata field with object identifier.
{
"input": {
"id": "gid://shopify/Customer/6657016299696"
}
}
{
"companyIds": ["gid://shopify/Company/68616368"]
}
{
"search": "query=name:\"#D12\""
}
Objects in Shopify can be created with Execute mutation action.
To do that, filter the list of available mutation types in the Mutation type
configuration field by Create
keyword.
Input metadata will represent all needed fields to create an object.
{
"input": {
"firstName": "NewUser"
}
}
Objects in Shopify can be updated with Execute mutation action.
To do that, filter the list of available mutation types in the Mutation type
configuration field by Update
keyword.
Input metadata will represent all needed fields to update an object.
{
"input": {
"firstName": "NewUser2",
"id": "gid://shopify/Customer/6664472461488"
}
}
Updates (of record found) or creates a new object.
Customers
. customer {
addresses {
city
}
}
Please Note: You need to select basic fields or provide additional fields for resulting object to execute mutation
Dynamically generated fields according to chosen Object type
.
Result object from upsert.
Execute any mutation available on selected API version. This action can be used to Create
, Update
or Delete
Objects and any other operations that affect on Shopify data.
Customer Create
. customer {
metafields(first: 2) {
edges {
node {
namespace
key
value
}
}
}
addresses {
address1
country
}
}
Please Note: You need to select basic fields or provide additional fields for resulting object to execute mutation
Dynamically generated fields according to chosen Mutation type
.
Result object from executed mutation.
Lookup a set of objects by defined criteria list. Can be emitted in different way.
Customers
.Emit page
or Emit individually
.Return Full Response - (checkbox): Defines the format of emitted result: with service information or without.
Examples for Object type customers
are given below:
addresses {
address1
country
}
{
"data": {
"customers": [
{
"id": "gid://shopify/Customer/2444144115794",
"firstName": "Willy"
},
{
"id": "gid://shopify/Customer/2444144148562",
"firstName": "Tobi"
},
{
"id": "gid://shopify/Customer/2444144181330",
"firstName": "Mathilde"
}
]
},
"extensions": {
"cost": {
"requestedQueryCost": 5,
"actualQueryCost": 5,
"throttleStatus": {
"maximumAvailable": 1000,
"currentlyAvailable": 40,
"restoreRate": 50
}
}
}
}
{
"results": [
{
"id": "gid://shopify/Customer/2444144115794",
"firstName": "Willy"
},
{
"id": "gid://shopify/Customer/2444144148562",
"firstName": "Tobi"
},
{
"id": "gid://shopify/Customer/2444144181330",
"firstName": "Mathilde"
}
]
}
Number of search terms
.
If Number of search terms
is empty or equal 0
, additional fields will not be generated.
If Number of search terms
= 1, one search term will be added to metadata.
If Number of search terms
> 1, a number of search term equal Number of search terms
and a number of criteria link equal ‘Number of search terms - 1’ will de created in metadata.
Each search term has 3 fields:
Please Note: Allowed Values section contains fields that are allowed to use in query and fields with
-
sign, which meansNOT
modifier (see here).
Dynamically generated fields according to chosen Object type
and selected fields.
For Emit Page
mode: An object, with key results
that has an array as its value.
For Emit Individually
mode: Each object which fill the entire message.
For instance, it is needed to execute following Shopify query:
query{
customers(first:10 query:"country:Canada AND -state:DISABLED"){
edges{
node{
id
state
firstName
addresses{
country
}
}
}
}
}
1. Select in Object type
option Customers
.
2. From dropdown Select basic fields for resulting object
select basic fields: id
, state
and firstName
.
Please Note: Basic fields are fields that can be requested without specifying arguments or adding additional levels:
id
,
3. Paste additional fields in field You can provide additional fields here
:
Please Note: Additional fields are fields that can’t be selected in
Basic fields
section. As rule, they are fields with specifying arguments or adding additional levels such as:addresses{country}
.
4. Select Emit Behavior
. If it is needed to receive each object individually, use Emit individually
, in other cases, Emit page
option - all objects will be returned in one array result
. For example, lets use Emit individually
.
5. Specify Number of search terms
: in example query we see 2 conditions, so set it to 2
.
6. Push the button Continue
and move to fill metadata.
8. To map condition country:Canada
:
Select in Field name
from Allowed Values dropdown option country
:
Condition
from Allowed Values dropdown option :
.Field value
value Canada
.
9. Select in Logical operator
from Allowed Values dropdown option AND
.
10. To map condition -state:DISABLED
: set Field name
to -state
, Condition
to :
and Field value
to DISABLED
.
11. Push the button Continue
and move to Sample
section.
12. Push the button Retrieve new sample from Shopify admin component v2
.
13. Step is configured.
Lookup a single object by its ID - only query with one argument id
can be used in this action.
Customer
. addresses {
address1
country
}
Dynamically generated fields according to chosen Object type
and selected fields.
Executes custom request.
There is no configuration fields in this action.
https://{store_name}.myshopify.com/admin/api/{api_version}/
) or full URLGET
, POST
, PUT
, PATCH
, DELETE
.Note: GraphQL and REST endpoints are supported. You can find examples below.
/graphql.json
.POST
.{"query": "query { products(first: 10) { edges { node { id title } } } }"}
./products.json?fields=id,title
.POST
.{}
.If the component reaches API rate limit it will retry the request after waiting until the queue is restored up to 10 times: for example - a query costs 500
points, currently available only 100
points, the restore rate 50
points/second, the component will wait 8
seconds until available points will be restored and try again to get data.
Be careful with several flows running at the same time, each of them can affect on total available points, if the component won’t be able to get data after 10 retries, then the error "Throttled"
will be thrown.