Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
I am creating an integration between Shopify and an accounting software for my clients to help speed up the creation of financial statements. I finally figured out the scopes needed to pull the data I need. The only issue with a development store is that there is no payout data for me to pay around with.
I am running the query:
query {
shopifyPaymentsAccount {
balanceTransactions(first: 10) {
nodes {
id
type
test
associatedPayout {
id
status
}
amount {
amount
currencyCode
}
fee {
amount
}
net {
amount
}
sourceId
sourceType
sourceOrderTransactionId
associatedOrder {
id
}
adjustmentsOrders {
orderTransactionId
amount {
amount
}
name
}
adjustmentReason
}
}
payouts {
nodes {
id
}
}
}
}
And I receive:
{
"data": {
"shopifyPaymentsAccount": null
},
"extensions": {
"cost": {
"requestedQueryCost": 21,
"actualQueryCost": 1,
"throttleStatus": {
"maximumAvailable": 2000,
"currentlyAvailable": 1999,
"restoreRate": 100
}
}
}
}
Is there any way to get around this?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025