No content to show

User Activity

may be they developed their own payment app.  https://community.shopify.com/c/shopify-apps/how-do-you-create-a-custom-payment-app-like-klarna-in-shopify/m-p/2383459#:~:text=Here%27s%20a%20more%20simplified%20step-by-step%20guide%20to%20help,Your%20Ap...
Hi,its actually id not order number.please take the id for the order 1002 and use id in parameters.then 1001 will not come.EXAMPLE:https://******.myshopify.com/admin/api/2023-10/orders.json?since_id=6269173432656 
Hi,Did you try this one for calculate the refund:POST "https://********.myshopify.com/admin/api/2024-01/orders/6215*****336/refunds/calculate.json"{"refund":{"currency":"EUR","shipping":{"amount":4.95},"refund_line_items":[{"line_item_id":"15********...
Dear Ambstrat,i am not sure that i understand you question but from my side this is the answer:When ever you want to fulfilled the order just send an POST request like this: curl -X POST -H "Content-Type: application/json" -d'{"fulfillment": { "notif...
Hi,yes variants id is 100% unique.you can use it .
Hi,Why not just follow the real Shopify standard?in shopify every product or product varient has a unique id.it is called "variant_id": 44736251920649.whenever you have any new order always take the variant id from order line.and then you can map is ...
If you want i can make an simple CURL for this Graph-Ql. curl --silent --location --request POST 'https://**************.myshopify.com/admin/api/2024-04/graphql.json' \--header 'Content-Type: application/json' \--header 'Authorization: Basic Nm******...
Hi,why not use of admin-graphql. it will give you all closed fulfillment orders for a specific location and for a specific date.you can save the data one time in json and then just save daily result and you can make it.and please use cursor for next ...
Hi,did you try https://shopify.dev/docs/api/admin-rest/2024-04/resources/order#get-orders-count?status=any may be you can save the result into a json and save it for further use.
Did you confirmed that this item is assigned to new location. (item which is in order lines).because according to documentation this can create an error.you can use this endpoint just for confirmationhttps://shopify.dev/docs/api/admin-rest/2024-01/re...
Hi, you can only usemutation addDiscountthen you can add amount or percentage.that's it in shopify.
i think better is you should make it "FULFILLED".this is easy
Deletes an order. Orders that interact with an online gateway can't be deleted.
Hi,you can not UNDO the Refund transactions.its permanent. 
Thanks for getting in touch! If you're looking for archived orders, in REST you could call a GET for example to orders.json?status=closed which would give you a store's orders that show as 'archived' in the Shopify Admin. There's a closed_at timestam...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Helpful From