Cannot find the mutation storeCreditAccountCredit under "Send by admin API request" in Shopify flow

Cannot find the mutation storeCreditAccountCredit under "Send by admin API request" in Shopify flow

deestore
Shopify Partner
15 1 2

It was mentioned in the API document that any endpoints available in API should be accessible via flow through this action but we cannot find the mentioned mutation in the list:

storecredit.png

Reference doc:
https://shopify.dev/docs/api/admin-graphql/2024-07/mutations/storeCreditAccountCredit

We also saw it mentioned "Requires write_store_credit_account_transactions access scope." but we are unsure where do we find this or grant access.

Replies 4 (4)

Kalen_Jordan
Shopify Partner
803 39 147

No, unfortunately it doesn't support all of the endpoints yet. You can always fall back to a send http request action.

deestore
Shopify Partner
15 1 2
Noted with thanks for the advice.
RPiii
Shopify Staff
155 27 45

Flow uses the 2024-01 API and, unfortunately, storeCreditAccountCredit is not available in that version.

RPiii
Shopify Staff
155 27 45

Flow now supports Admin API version 2024-07.