Good day,
Is there a way to expose this variable within Shopify extension APIs?
Our specific case requires that we show a “pickup helper” that helps customers sort product availability in their cart during checkout but only for “PICKUP” method.
I’ve tried to use “useDeliveryGroups” by checking if it does not return any “deliveryOptions” we would render the said helper.
Problem is, this can also apply to standard shipping.
Example case is when a customer has not filled in the shipping address, this would trigger our “Pickup Helper” to render.
It would be great if we can have a solution or an alternative to this.
Thank you.