Mar 27, 2020
Hey all, I'm wondering if there's a way to add an action to the Orders Admin page. Is the only way to make an App through the Partner Dashboard? Even if I only want to call a URL with order ...
Mar 18, 2020
Hey, from what I've read, we should be able to update product metafields in bulk using a similar type JSON as below: $updateInfo = array ( "metafields" => [ [ "na...
No content to show
User Activity
You need to use 2023-10 API version or above. Even if you don't specifically call for a delivery_category field, requesting an order is enough to trigger a deprecated warning in older versions of API. In 2023-10 the field is omitted.
Also interested in this. One of the manual payment options needs to access their own portal to approve a customer.What do we do? A button with a "to" doesn't really stand out
Just one more question @3node_vackam If I have multiple stores where the app is installed (both, the UI extension and the order details one), how would I go about calling the order details one from the extension?Using the app proxy? The shop paramete...
Wow, ok, thank you for pointing me in the right direction.Very much hoping Shopify decide to add the relevant information...
Hi @3node_vackam Thank you for answering. I was thinking of such an idea but thought that I must be missing something...So if I understand correctly...I need to have a separate app to get that order information I can then use in my extension app?
I tried using graphQL for example on the order status page to fetch the selected method with that.For example:async function fetchPaymentInfo() {
try {
const endpoint = 'https://my-shopify-store.myshopify.com/api/graphql';
const...
Hi,I'm building an extension that displays a button on the thank you page and on the order status page if a certain manual payment method is one of the selected payment options. The button should take the customer to a separate website sending the or...
I seem to be having the same issue...can't see where in my calls I'm making the call to delivery_category field and the deprecated API calls resource does show the call to it at the time an order is placed (I have a webhook calling my system) but I'm...
Hey, what I'm trying to do when creating a new product with an API is something like this: $image = ([id] => 40305803559107 -- ID of the already existing image[position] => 2) $product($shopifyID)->Image($image)->post() To clarify - $shopifyID is the...
09-01-2022
I would like to know this as well...can adjustments still be made? The Docs exist but trying to access it gives the same not found error.