No content to show
User Activity
Hello @RfcSilva I can not find any direct location field in the query inventoryItem. Can you please told me how can I get the inventory quantity of that inventory_item_id for specific location.?
I want to add Rich Text Box in my Shopify app.Does Shopify provide any Rich Text Box component? So I can add that in my App.Or have any other way to add a Rich Text Box in the Shopify App?
I've added the Shopify app-bridge Modal by using this doc. https://shopify.dev/docs/api/app-bridge/previous-versions/actions/modal. const modalOptions = { title: 'My Modal', message: 'Hello world!',}; But how can I add my HTML tags means <div>, <s...
I have created a custom app-block specifically for the product section. I added DeppLink to enable the app-block on the product section. It was successfully enabled but the issue is that every time I click on the DeepLink or add it from the theme cus...
Solution:-Previously I've sent #{location} -> gid://shopify/Location/location_id like this, Now I changed it to a string format like:- "gid://shopify/Location/location_id"
query = <<~QUERY mutation { inventoryAdjustQuantities( input: {reason: "correction", name: "available", changes: [{inventoryItemId: "gid://shopify/InventoryItem/#{inventory_item_id}", delta: #{available}, locationId: #{location}}]} ) { ...
Hello @Liam What if I want to get the product title as well as its ID, inventory_item_id, variant_id, and price?
03-01-2024
Hey @SBD_ "Thank you for providing the correct solution."It successfully clears the values when I delete the metafield.
02-27-2024
Hey @SBD_ You are correct. Metafields are simply deleted when their value is removed. However, this only works for metafields that do not have a JSON type. For JSON type metafields, updating a nil value is prevented. For examplewhen I update metafiel...
02-26-2024
Hello, I need to figure out one issue with the metafield which has value type = 'json'. metafield = ShopifyAPI::Metafield.newmetafield.variant_id = custom_bundle.master_variant_idmetafield.namespace = 'custom_bundle'metafield.key = 'product_data'met...
02-05-2024
Look here this is my product.json after clicking twice on the same Deeplink.here two blocks are created, if I want to remove one block then I must need to remove one of these blocks from product.json but how is it possible that if the user clicks mul...
02-05-2024
"Hi @BrainStation23 , I wanted to thank you for your previous response - it worked perfectly! I do have a question regarding AppBlocks (not App embeds) though. I've created a deep link: https://${shopData.shopify_domain}/admin/themes/current/editor?...
02-02-2024
Hey @BrainStation23 , Do you have any idea about how can I automatically add my section in my themes appBlock section using DeepLinking?
02-02-2024
Hey @BrainStation23 , Do you have any idea about how can i automatically add my section in appBlock using deep linking?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
333 | 04-08-2024 08:19 AM |