Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Cannot find the mutation storeCreditAccountCredit under "Send by admin API request" in

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

deestore
Shopify Partner
14 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 3 (3)

Kalen_Jordan
Shopify Partner
779 36 141

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
14 1 2
Noted with thanks for the advice.
RPiii
Shopify Staff
92 16 33

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