No content to show
User Activity
Hi @Imogen Like you suggested, I ended up getting in touch with Shopify Live Support and they were able to determine that this was due to certain products violating their terms of service. However, the team was not able to tell me which items, witho...
Currently our store has PayPal as the only active payment method and we'd like to add Shopify Payments but it's not an option in the /admin/settings/payments section.Some notes about our store for things I've looked into as possible reasons for Shopi...
Hi @ShopifyDevSup GET *.myshopify.com/admin/api/2022-10/orders/4049490346120/transactions.json?fields=gateway results in {"transactions":[{"gateway":""}]} Unfortunately I can't grant any access to the site at this time but will keep this in mind ...
Hi @ShopifyDevSup , Thank you for your suggestion, unfortunately, I did try this and I'm seeing the same empty string returned in the payment_gateway_names list: Changing the call to:/admin/api/2022-01/orders.json?status=any&fields=id,payment_gateway...
I'm trying to use the Order REST API to determine the usage of Paypal vs Shopify Payments on one of our sites. The call I'm making to get my orders is to /admin/api/2022-01/orders.json?status=any&fields=id,gateway. We've had over 4000 orders, and ma...
That was it! Thank you!
My request: https://fyieyecare-dev.myshopify.com/admin/api/2022-01/orders.json?fields=id,updated_at&financial_status=refunded Response:{
"orders": [
{
"id": X,
"financial_status": "refunded",
"updated_at": "2021-10-26T16:52:45-04:00"
},...
02-25-2022
My request: https://fyieyecare-dev.myshopify.com/admin/api/2022-01/orders.json?fields=id,updated_at&updated_at_min=2022-02-24 My result: {
"orders": [
{
"id": Y,
"updated_at": "2022-02-24T12:39:52-05:00"
},
{
"id": Z,
"updated_at":...