Share how to show the message for the delivery options function in Shopify Admin!

Topic summary

Main issue: After following Shopify’s delivery options function tutorial, the poster can’t see the expected “Add message to delivery options for state/province” entry under Delivery customizations in Shopify Admin.

Context/details:

  • Following Step 4 (“Test the delivery customization”) of the official docs and created the customization via GraphiQL as instructed.
  • Environment: developer on a test store, not on Shopify Plus. Implemented the function logic in JavaScript (not Rust).

What they need: Guidance on how to make the delivery customization appear in Admin (Delivery customizations section) or what prerequisites/steps might be missing to surface the string.

Status: No solution or confirmations provided yet; the question remains open with key uncertainty about prerequisites (store plan, setup steps) or visibility conditions for the customization.

Summarized with AI on December 24. AI used: gpt-5.

Hi, everybody!

I would like to learn how to make the Shopify functions.
So I’m working on the delivery options function.

In the “Step 4 Test the delivery customization”, I get in trouble now.
The document says “Check the Delivery customizations section. You should find the Add message to delivery options for state/province delivery customization that you created with GraphiQL.”

However, I can’t find the string, "the Add message to delivery options for state/province " in my Shopify Admin, despite following the document in the same way.

What should I do to show the string?

By the way, I’m a developer and run only a test site. I would say that I don’t have Shopify Plus. And I use not Rust but JavaScript for the function logic.

Thanks for your support and help.