No content to show
User Activity
09-17-2024
Worked without loosing google SSO. See: https://community.shopify.com/c/shopify-discussions/trying-to-re-send-user-account-invite-email/m-p/2716554/highlight/true#M462026
I just tried. It does NOT remove the google SSO.Weird, because it said so.Anyway. I added a PW to my account, removed the new|invited user, and it worked.Google SOO still works.
08-16-2024
I just need to re-send the invitation.But i cant as described at https://community.shopify.com/c/shopify-discussions/how-can-i-resend-staff-account-invites-on-my-platform/m-p/990483 I have google SSO login.So now i have to - remove the new user acco...
08-16-2024
1,853 views since 2020 ...i think its times for that RESEND BUTTON And yes, i have the exact same problem. I just wanted to resend that mail EDIT: I cannot delete the remove the user, because i have to put in my current pw - which i do not have si...
Ok, so i tried to make sure that this not happen again.Header "link" appears with- next page on page 1- next page and previous page on page 2+- previous page on last pagebut does not appear if there is just one page.So you have no way to check if the...
Did you really changed the "Link" header to "link" ?! Why? This is breaking change, f.e. /api/2022-10 is affected.Tested this product and order list enpoints. So i guess all are affected.Usually this would not be a problem - we could check if the hea...
TL;DR: use|map "fulfillment_status" and "financial_status" to NULL if you would use "any". A tmp solution for a search by "name" (aka increment id) isto disable (NULL) the two params, but keep the "status" : "any".NULL actually should mean that your ...
Since this morning around 8am we receiveempty responseHTTP/1.1 200 OK
{"orders":[]}on requestspath:
/admin/api/2022-10/orders.json
options:
array(
'name' => 'EXAMPLE',
'ids' => null,
'since_id' => n...
Atm there is no PUT method on REST /fulfillments/{$fulfillmentId}.jsonor/fulfillments/{$fulfillmentId}/update_tracking.jsonNot in documentation, and a PUT request returns [406][Not Acceptable].Both tested with "tracking_numbers" and "numbers" -array....
Just had this problem.The order : fulfillment order : fulfillment relation is weird.From what i just tried: it is possible to add multiple tracking numbers. You cannot get multiple fulfillment orders (or can we? I mean they are created automatically)...