No content to show
User Activity
We have created an order with shopify api now from the api we need to mark the order paid by creating a transaction.Now in creating the transaction we need to pass parent_id, which I'm not able to find. How will I get the parent_id? curl -d '{"transa...
09-02-2022
Thank you @Don, you have been helpful.
09-02-2022
thanks @Don, can you please tell me if we have to get the partner account approved or the app that we will build is to be approved?Also, shopify has mentioned that they have depreciated HPSDK, does it means we can't build a custom payment gateway sho...
09-01-2022
There are many non-supported payment gateways. Is it possible on shopify to create and distribute a payment gateway app to support the payment?
this worked beautifully. Thank you!
I found that you can create an order through admin api but I couldn't find how we can add a customer in the api parameters.