Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello!
I am looking to extract a few fields for all my orders using graphQL.
I am not sure what is the correct GraphQL query but i am looking at extracting the following metadata and payment method details for each of my orders.
metadata:
transaction_fee_total_amount
payment method details:
description
issuer
See screenshot for more context.
my current bulk operation query looks like this.
which isn't correct.
Would anyone be kind to share what should be the right query to extract those data circled in green please?
Much appreciated.
mutation {
bulkOperationRunQuery(
query: """
{
orders {
edges {
node {
transactions {
id
accountNumber
formattedGateway
gateway
createdAt
kind
paymentMethod
processedAt
status
totalUnsettled
amount
paymentIcon {
altText
}
}
}
}
}
}
"""
) {
bulkOperation {
id
status
}
userErrors {
field
message
}
}
}
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025