I have created an order with a 100% discount on shipping. Request ID: ca597e4b-d3a1-4920-b949-0c85e47954cf When I fetch any of these values from the ShippingLine of the order: original...
I am working on an app that also requires a storefront access token. I am setting it up to create an access token when the app is logged into. But it always returns an error: mutation storefrontAcc...
https://shopify.dev/docs/admin-api/graphql/reference/object/calculateddraftorder?api[version]=2020-07 CalculatedDraftOrder fields totalPrice, subtotalPrice, totalShippingPrice and totalTax do not ha...
I have been following the docs on "Completing a payment": https://help.shopify.com/en/api/guides/sales-channel-sdk/completing-a-payment#integrate-stripe-with-your-sales-channel It's always a...
Basically all APIs can rely on Webhooks to signify updates, but not BulkOperations. When BulkOperations are inherently asynchronous operations. This is strange to me. Can we expect BulkOpera...
I don't think this fits into the current flow of Shopify. Sure an order is created, but it's not "finished". Yet, a confirmation email is sent to the customer. Can Shopify Staff confirm this...
No content to show

User Activity

Thank you @AsafGitai , will a variant be automatically marked as tracked: true if you pass in inventoryQuantities while creating it?
I found out from the recent AMA about these new APIs that I should be doing the following: https://community.shopify.com/c/community-amas-ask-me-anything/shopify-community-ama-with-shopify-developers-the-new-graphql/m-p/2724052/highlight/true#M1100 I...
Hi, seems like you answered a workaround in this thread for someone else: https://community.shopify.com/c/community-amas-ask-me-anything/shopify-community-ama-with-shopify-developers-the-new-graphql/m-p/2722275/highlight/true#M1063 I should be using ...
Hi @EfstathiosS thanks for your response. Is there a workaround for this flow? I cannot use productSet because of the number of followup mutations I need to do per variant.
Why does productSet mutation not have the ProductSetInput.variants.inventoryItem field, just like ProductVariantsBulkCreateInput? It makes the mutation unusable for me. Let us at least set the location it should be stocked at. Otherwise I need to fir...
Where I first could create a product for a fulfillment service in a single mutation, with inventory at the fulfillment service location with their inventories, I now need to fire many many mutations just to create a single product with their variants...
Seems this has been added since `2024-04`. Thank you @lizk !
Hi Liam, starting today, Tuesday 10th, we now see that order transactions have the correct Stripe payment details in their "receiptJson" field. Shame that the old orders aren't retroactively fixed. That's going to be _a lot_ of manual fixing on our e...
Something seems to have changed in the Shopify API over the weekend. We're not receiving creditcard details anymore for an order payment. Here's an example of what Shopify API returns for a latest order on my shop: And here's an example of an order t...
Private Metafields are now deprecated. Honestly, the only reason I was using them was because you could easily upsert and delete them based on "namespace" and "key". Now, with metafieldsSet, we can easily upsert metafields. But deleting them forces m...
You can't just start sending API requests like this without reading any docs on FulfillmentOrders . https://shopify.dev/docs/apps/fulfillment/migrate You need to utilize FulfillmentOrders in order to create Fulfillments. Also ensure that you're runn...
Are you actually using fulfillment orders though? They are something completely different from orders.
What version of shopify_api and shopify_app gems are you using? The params you're passing to Fulfillment.new is outdated. The oldest API version is 2022-10 and it does not support the params you're giving to Fulfillment.new: https://shopify.dev/docs/...
@marcusturnerthere is way more data that our apps need than the ones you listed out in your reply. We make extensive use of Variant metafields which we won't be able to access anymore. If variantId would be added, that would help as well. Or just var...
I gave up on this. Forget about getting any help either. None of my questions on this forum was ever answered by Shopify staff.
This widget could not be displayed.
This widget could not be displayed.