• i face a problem shopify custom app development change the interface and not access the Admin API access token as referance

    Custom appsCaution

    Starting from January 1, 2026, you can’t create any more legacy custom apps. To create and manage new apps, you need to use the Dev Dashboard. This change doesn’t impact any of your existing custom apps.

    A custom app is an app that you or a developer builds exclusively for your Shopify store (unlike a public app, which is built to be used by many stores). You can use custom apps to add features to your Shopify admin, access your store’s data directly using Shopify’s APIs, or extend your online store to other platforms using the Storefront API.

    so guied me as proper

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thank you for your patience, and I’m sorry for the frustration this has caused.

    We’re aware that Shopify’s new Developer Dashboard has made app creation and credential generation more confusing than before. Our development team is actively working on updating the plugin to fully support the new Shopify app flow, and this improvement is scheduled to be available next week.

    In the meantime, here’s a quick workaround to get the required credentials:
    – API Key → is now called Client ID (you can find this in Developer Dashboard > Apps > your app > Settings)
    – Access Token → is no longer visible in the dashboard; you’ll need to generate it through an API request.

    How to Generate Your Access Token – Open Terminal on your computer:
    – Mac: Press Command + Space, type Terminal, and press Enter
    – Windows: Press the Windows key, type cmd, and press Enter

    Then paste this command (replace the placeholder values with your actual credentials):

    curl -X POST https://YOUR-STORE.myshopify.com/admin/oauth/access_token -H Content-Type:application/x-www-form-urlencoded -d grant_type=client_credentials -d client_id=YOUR_CLIENT_ID -d client_secret=YOUR_CLIENT_SECRET

    The response will include your access token. One thing to note: this token expires after 24 hours, so you’ll need to run the same command again when that happens.

    We’ve also included a short tutorial video to guide you through these steps: https://drive.google.com/file/d/12IfDtcDI79hD2ltrYjnuESYzCbz9FDt0/view?usp=sharing

    Best regards.

    Thread Starter dispensonaturals

    (@dispensonaturals)

    not resolve this issue

    Microsoft Windows [Version 10.0.26100.7462]
    (c) Microsoft Corporation. All rights reserved.

    C:\Users\Asiya><curl -X POST https://a1gkui-k4.myshopify.com/admin/oauth/access_token -H “Content-Type: application/x-www-form-urlencoded” -d “grant_type=client_credentials” -d “client_id=fa6efe0d35ca733cedf3979fce00b8ab” -d “client_secret=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”
    The system cannot find the file specified.

    Could you please create a support ticket on this Support Forum and share the message you received here: https://snipboard.io/FI2Gsg.jpg

Viewing 3 replies - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.