No content to show
User Activity
08-12-2024
Hi there I want to get the translation for the product description. However using this query: query MyQuery { products(first: 10) { edges { node { translations(locale: "en") { key value } } } }} only ...
So I found a hacky solution with graphql. Just have a look for my code here :https://community.shopify.com/c/shopify-apis-and-sdks/graphql-split-order-lineitems-to-have-different-locationids/td-p/1194521
@Jacob_D @cowboybob @HunkyBill So i found a solution to split orders. It is a (little bit of a) crazy hack and can be dangerous if something goes wrong. If you (pseudo-)fulfill part of the order, you can then move the rest of the order to a new loca...