Jeroen de Lau
Jeroen de Lau
In version 1.1.23 the Shopify version was updated from 2022-01 to 2022-07. There are some breaking changes between these versions. This now results in 404 NOT found: ` $client->Order($order->Order_ID)->Fulfillment->post($body);` ```...
[Checkout UI Extensions](https://shopify.dev/docs/api/checkout-ui-extensions/2024-07) have session tokens, but they vary slightly from the token provided by Shopify Apps. [App Session Tokens](https://shopify.dev/docs/apps/build/authentication-authorization/session-tokens) [Checkout Extension Session Tokens](https://shopify.dev/docs/api/checkout-ui-extensions/2024-07/apis/session-token) Key differences: - iss, sid are...
I tried to add a Horizon Command, but I was not able to get it to run. It said "unable to find command". The command are available from the command...
When trying to run a custom command I get the error: ``` ReferenceError: __ is not defined at we (nova-command-runner:1:7124) ``` It appears to be related to code in pages/tool.vue...