https://shopify.dev/api/liquid/objects/shipping_method?shpxid=71560a0f-03AD-4CDC-A0DA-B246C6AD2462
How is this object used?
{{ shipping_method.title }}
Based on the shopify information it should return the profile name, but does not. I’ve searched the internet web, the question has been asked, but no answers. It’s this object restricted, or can only be used in certain places? Is not listed as a global object, which i think is my issue.
Can some one point me in the rotunda direction?
Hi @Keybler ,
It is visible on order page, used when you for order.shipping_methods attribute. Refer https://shopify.dev/api/liquid/objects/order#order-shipping_methods
Hope it helps!
Is there any way to pull the data {{ shipping_method.title }} to the “Product Page”?
Basically, trying to provide shipping information on each product page without using tags (and Flow isn’t an option).
2 Likes
Hi @Keybler ,
This object is only available when you have created an order. So if you want to show shipping on product page you can only install the app, this object doesn’t support for that.
Refer https://apps.shopify.com/shipping-information-by-fireapps or https://apps.shopify.com/shipping-rates
Hope it helps!