No content to show
User Activity
06-10-2022
This matter seems it has yet to been resolved.https://community.shopify.com/c/shopify-apis-and-sdks/why-inventory-quantity-is-still-writable-in-product-api-put/m-p/533974 If you don't set that field, "inventory_quantity", the quantity is initialized ...
Additional Info: This is about Order.
There are a few timestamps such as "Created at" and "Cancelled at" and you name it on CSV file format. However I cannot find "Paid at" via API. How do you get it?
12-14-2021
When you retrieved a specific order via "Retrieve a specific order" method, you would need to know the title of products in "line_items" section and the email address for keeping touch with customers.There seems to be 2 fields related to it, name and...
10-13-2021
I barely remember the moment I had just dealt with this end-boss.Lucky you, there was the trace left here."X-Shopify-Access-Token" with your token would work for some reason, give it a try.
04-29-2021
Just only a simple authoentication so called basic auth needs for a private app. Thank you for reply.I doubted a bug so I asked Shopify front support, As for them, there might be a problem if OAuth won't be completed.I have yet to try it. I'll report...
04-28-2021
Thank you for reply.Actually, I almost agree with your perspective, but the requirment of authorization would meet as far as the help page I read.https://shopify.dev/docs/admin-api/getting-started#authenticationWe use not a public app but a private o...
04-27-2021
I use RestAPI with MSXML 6.0 on Windows.In case that you send a POST request and it is processed successfully, a help page says a response will be returned as JSON with 200s status code.However, Though the following HTML is returned as the response a...
WindowsよりMSXML 6.0 にてRestAPIを利用しています。POSTのリクエストを送り正常に処理された場合、ヘルプによればレスポンスに200台のコードとともにレスポンスがJsonで返ります。ところが、200台のコードとともにレスポンスに下記のようなHTMLが返ってきます。処理は正常にされていませんでした。例えば、シンプルにInventoryLevelのadjust.jsonにて在庫数量を調整しました場合です。リクエスト時はボディ部にjsonを挿入しています。ContentTypeに...