No content to show

User Activity

In case anyone else runs into this issue, I discovered the underlying problem. Basically, the AppBridge JS library changed (without entry in either the change log nor docs) from taking an object:  await applyCartDiscount({type : 'FixedAmount',title :...
In case anyone else runs into this issue, I discovered the underlying problem. Basically, the AppBridge JS library changed (without entry in either the change log nor docs) from taking an object:  await applyCartDiscount({type : 'FixedAmount',title :...
Hi everyone, This is a duplicate that posted to Shopify Apps - Not sure where the best place to put it may be. We were able to apply cart discounts to the POS cart through our app up through yesterday. Now, that same function (which is unchanged on o...
Hi everyone, We were able to apply cart discounts to the POS cart through our app up through yesterday. Now, that same function (which is unchanged on our end) just hangs and never completes the promise. Does anyone else see this? Here is a snippet o...
Thank you for the follow-up @ShopifyDevSup. I appreciate the advocacy, and I understand that you can't guarantee anything. 
Thanks @ShopifyDevSup (Jon551) for the response. Did you try providing just a payload of a lineitem with only the variant_id and price properties set? That didn't trigger the deprecated warning (or at least it didn't last week when I was testing this...
Thanks @ShopifyDevSup for taking a look. I honestly can't tell you if the metadata component(s) of the receipt was ever a "documented" feature. Partly that is because you do not allow us to look further back in the documentation than current APIs (wh...
@rZaglinskij You can examine the headers being returned to your API requests to determine if you are being rate-limited. The X-Shopify-Shop-Api-Call-Limitheader will tell you where you stand in the "leaky bucket". If you are hitting the 40/40/minute ...
Sorry, but I beg to differ. I am not sure which version of the API you are testing it against, but{ "customer_id": CUSTOMER_ID_REDACTED, "line_items": [ { "variant_id": VARIANT_ID_REDACTED, "quantity": 1 } ] }which sets the ...
@magecomp  Thank you for taking the time to reply - I truly appreciate it very much. You are correct that using "customer_id": CUSTOMER_ID_REDACTED does not throw a deprecated warning header. However, it also does not set the customer. My best guess ...
We track transaction fees on orders placed thru Shopify Payments on a per-order basis (for a long time, this was the only way we saw to do that). We do this through the admin REST API requesting first orders, and then their related transactions (if t...
I am trying to track down the source of a deprecated call warning that recently appeared in my main store's admin when using the admin REST API. To narrow it down, I have begun aggressively tracking the returned headers and looking for the "X-Shopify...
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
Likes given to