Hi Community,
I am new here.
Does anyone knows how to add custom menu item to the user order page menu? Is there a documentation about it?
Thanks in advance~
A user seeks guidance on adding a custom menu item to the Shopify user order page menu and asks if documentation exists.
Solution Provided:
Another community member explains this requires developing a custom Shopify app using Shopify’s API and tools like App Bridge or Embedded App SDK.
Step-by-step process:
Following these steps should enable creating a custom menu item in the order section of the Shopify admin interface.
Status: The original poster acknowledges the solution and plans to try implementing it. The discussion appears resolved with actionable guidance provided.
Hi Community,
I am new here.
Does anyone knows how to add custom menu item to the user order page menu? Is there a documentation about it?
Thanks in advance~
Hi @tzyro ,
By developing a custom Shopify app, you can create an extension or add-on that modifies the admin interface and adds the desired menu item to the user order page menu. This would require utilizing Shopify’s API and building a custom admin interface using technologies such as Shopify’s App Bridge or the Embedded App SDK.
Below steps will helps you.
Login to your Shopify Partner account.
Go to the selected application you are working on.
Navigate to the Extensions section.
Select “Shopify admin” and then choose “Admin links”.
Click on the “Create extension” button.
Fill in the necessary details for the custom menu item, such as the Page to show link, Link label, Link target URL, etc.
For creating a custom menu item in the user order page menu, select the Order page in the Page to show the link field.
Save the changes.
By following these steps, you should be able to create a custom menu item in the order section of the user’s order page in the Shopify admin.
May be this will help you.
Hi, thanks for the info. will give it a try ![]()