No content to show
User Activity
08-12-2024
Hi,From 9th Aug, I have started getting an error when deploying the extensions with the npm run deploy command.The Partners GraphQL API responded unsuccessfully with the HTTP status 504 and errors:
{}
Request ID: ff29c544-b0fa-449b-8aac-c1440d080e3...
Hi,I am creating a theme app extension to display additional information on the product page.I want to display some text and a button that match the theme of a store on which the extension is installed.How can I get the theme information in order to ...
Having a similar issue. Does Shopify calculate the shipping or we have to do this manually?In the doc its a bit unclear if it happens automatically from Shopify's side or not - https://shopify.dev/docs/apps/build/checkout/product-offers/post-purchase...
Hi, We were using socket connection on checkout extensions from a long time. But suddenly the socket connection stopped working from 26 Apr.We did not deploy anything since March 13 so I am not sure if Shopify has made any changes that prevents using...
Hi,I have created checkout extensions for checkout and thank you pages and it works fine when I add items to the cart and go through checkout. But when I create a draft order and visit the checkout link, I noticed that the extensions do not get displ...
@elastic-s I am also facing this issue. Were you able to figure it out?
Hi, I am trying to figure out whether a manual payment method is selected for an order eg. cash on delivery. Currently, I am using the paymentGatewayNames of the Order object (https://shopify.dev/docs/api/admin-graphql/2023-10/objects/Order#field-ord...
Hi Liam,Thanks for the quick response. We are already using post-purchase but want to additionally provide product offers to users when they land on the Thank you page.Could this be supported in the near future? Maybe even providing an API similar to...
Hi,We have a Thank you page extension that displays a product that can be added from the thank you page. So, if a user clicks "Buy" button, we call the mutations for updating the order:orderEditBeginorderEditAddVariantorderEditAddLineItemDiscountorde...
Thanks for the reply. I think this could be the reason since I had a lot of functions deployed so due to the new simplified deployment, I think my actual function got deleted and some other function got activated in its place and because of this the ...
Hi,When I try to run the mutation to create automaticAppDiscount - https://shopify.dev/docs/api/admin-graphql/2023-07/mutations/discountAutomaticAppCreate I get an error that:"data": {
"discountAutomaticAppCreate": {
"automaticApp...