No content to show
User Activity
I am developing an application on Shopify that can create or update order information. However, I don’t understand when this application is considered a 'sales channel' and when it is not. Please analyze this clearly for me. Thank you! I have read th...
Yes, I just have 4 status, exclude complete
Hi @Liam , @CharlyTalavera Yes, I have the same problem, I also checked and in Shopify Admin use `forceCreate`, but in Graphql this parameter is not usable, hope to add as soon as possible, best regards .
Hi, @Liam, thanks for your feedback I want to create a discount that applies to all products (buy), if the minimum price is reached, the customer will get a discount for a special product.
API: 2023-07Use graphql Querymutation discountAutomaticBxgyCreate($automaticBxgyDiscount: DiscountAutomaticBxgyInput!) { discountAutomaticBxgyCreate(automaticBxgyDiscount: $automaticBxgyDiscount) { automaticDiscountNode { id automaticDiscount { ... o...