Aug 16, 2022
Using orders to retrieve refund objects is a terrible idea. I need to pull all the refunded orders through at least 6 months ago and look through them to find refunds that were given one month ago. N...
Oct 19, 2017
I am converting an image to base64 and uploading to : admin/products/{{ProductID}}/images.json Currently, there are no images linked to the product. Request Method: POST Cont...
I'm posting to a variant of ours using the example as a template: { "variant": {"id": 41489773836,"option1": "Fiddlesticks","price": "50.00"}} I keep getting a bad request response. vb.net c...
No content to show
User Activity
If you want data from a custom report, you basically have to generate the report yourself using the parameters the report has.Not much fun..., but doable (it's what I have to do)
10-28-2022
it's not 'limits', it's 'limit'/admin/api/2022-10/products/$Product_ID/metafields.json?limit=250If your result set comes back with a count of 250 it means you reached the limit of that request.To get additional records you need to send the id of the ...
I'm aware it doesn't answer your question...., I'm looking for more info to look into it further.The fulfillment page has multiple links to look at and I'm not going to go through them all. Which way do you do fulfillment?fulfill my own orders manual...
In order to research further, the way your orders are fulfilled would be needed.https://help.shopify.com/en/manual/orders/fulfillment/fulfilling-orders
That sounds like you want to use a spreadsheet program. Put the orders with line items on one page, and put the inventoried items on a second, then run a script that checks the inventory for unfulfilled items. If the item is found, it flags the line ...