No content to show
User Activity
09-28-2022
Hi there, perhaps this solution works for you:https://community.shopify.com/c/shopify-apis-and-sdks/how-to-fulfill-an-order-by-using-respective-api/m-p/1426568#M75676
09-28-2022
Hi there, I have many production apps (fulfillment and payments methods) that are developed using React (Front) and Node Js (Back). I had never used App Bridge at all, but my frontend is embedded.Yesterday, I received an email informing me about the ...
I understand that migrating to App extensions is required because it came with some advantaged and improvements. For example, when you use App extension you dont have to worry about uninstalling the app because it automtically removes all the code th...
I need that information in the following scenario:A merchant receives an order and is marked as paid in the order management panel. Due to problem X, the merchant needs to contact the payment provider and identify the problem payment.As a payment pro...
Hi there, I developed a payment integration which is nowadays is an available public app. I need to be able to get information about the orders that has been paid. As payment provider, I get only a little of the order information. And when I resolve...
12-29-2021
Hello, Im researching the viability of integrating a third party checkout. The customer whould be redirected to this third party checkout instead of fullowing the normal Shopify flow. This third party checkout would manage the delivery and the paymen...
I think that you are missing onesteps in the flow. At least you didn't mention it. - Active the payment app in the current store.
You can fulfill an order is by fulfilling the N fulfillment-orders that compound the order.The workflow would be to get all the fulfillments orders asociated to an order: Doc HereYou get an array with the N fulfimments orders that compount the order....
12-14-2021
Another way you can fulfill an order is by fulfilling the N fulfillment-orders that compound the order.The workflow would be to get all the fulfillments orders asociated to an order: Doc HereYou get an array with the N fulfimments orders that compoun...
Hi there, I had exactly the same problem and resolved it aplying a retry policy.
11-10-2021
I put this request under the retry policy and now its working.I was not doing it because even though it was an error, it was under a status 200 response so I thought it was a temporally error from shopify.Its strange because it takes a few calls and ...
11-09-2021
Hi there! Im developing a payment app integration and Im having problemas to resolve the refound of an order from my API. I get the following error message:{"errors":[{"message":"Internal error. Looks like something went wrong on our end.\nRequest ID...
Hello everybody, im developing an app and i have the following question:Where can i config the endpoint which the embebed app make the GET request when a merchant access to the app from the store panel: Currently it make the GET req to the redirect_...
Hello everybody. I'm starting to build the integration of a payment app. Reading the documentation, i found that to start i must create a public app and configure the payment extension:https://shopify.dev/apps/payments/getting-startedHowever i don't ...
I added the following access scope and now its working! write_merchant_managed_fulfillment_orders
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
747 | 12-29-2021 10:40 AM | |
2806 | 12-23-2021 08:52 AM | |
391 | 11-10-2021 07:38 AM |