we currently implemented the Payment API Function to change the hierarchy in the Checkout. This works all fine in our Dev stores but it doesn’t work on our staging system. It has the same scope and we only get successful logs. Is there a way to debug this since successful details are not visible to us? Or do you have another hint about this API why there is a gap between Dev and Stage/ Production?
Public apps that are distributed through the Shopify App Store and contain functions can be used by stores on any plan. Only users on a Shopify Plus plan can create custom apps that contain Shopify Function APIs.
We are using the Payment API https://shopify.dev/docs/api/functions/reference/payment-customizationnoch and this API is not in the developer preview. We already used the hide operation and this one is working well on Stage. Therefor also the other points are not the issue since we have the working Checkout Extensibility on our staging system.
Is there a possibility to check the successful logs somehow and not only the failing logs?