No content to show
User Activity
03-11-2024
Hi Liam, my company is also trying to use the Google Customer Reviews opt-in survey in our checkout. I see that there is a nice tutorial on how to build a custom survey in checkout extensions. However, Google Customer Reviews does not have an API for...
If you want the myshopify url, there's this: https://shopify.dev/docs/api/checkout-ui-extensions/unstable/apis/standardapi#properties-propertydetail-shop const { shop } = useExtensionApi();
shop.myshopifyDomain
Hi Shayne, thanks for your replay and explaining how the API works. While reordering the variants is a simple solution if you have only one option, it fails when there are multiple options. Say that in addition to "Size", I also want to have a "Color...
ProblemThe REST API (2023-01) does not seem to support reordering option values on the product resource. ExampleWhen creating or updating a product, clients can send an `options` field with a list of associated values. {
...,
"options": [
...