You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the REST Admin API, the /admin/api/<api_version>/shopify_payments/balance/transactions endpoint supports querying balance transactions associated with a specific payout_id.
Currently, there is no equivalent payout_id query field available in the GraphQL Admin API's shopifyPaymentsAccount.balanceTransactions. This limitation makes it impossible to fetch balance transactions tied to a specific payout_id using GraphQL.
Request
As the REST Admin API is being deprecated, please add payout_id to the query of shopifyPaymentsAccount.balanceTransactions.
The text was updated successfully, but these errors were encountered:
Overview
In the REST Admin API, the
/admin/api/<api_version>/shopify_payments/balance/transactions
endpoint supports querying balance transactions associated with a specificpayout_id
.Currently, there is no equivalent
payout_id
query field available in the GraphQL Admin API'sshopifyPaymentsAccount.balanceTransactions
. This limitation makes it impossible to fetch balance transactions tied to a specificpayout_id
using GraphQL.Request
As the REST Admin API is being deprecated, please add
payout_id
to thequery
ofshopifyPaymentsAccount.balanceTransactions
.The text was updated successfully, but these errors were encountered: