No content to show

User Activity

I have a selling planmutation($input: SellingPlanGroupInput!, $resources: SellingPlanGroupResourceInput) { sellingPlanGroupCreate(input: $input, resources: $resources) { sellingPlanGroup { id name ...
Hello! I've implemented a Shopify cart transform function where if a customer has "prime" tag, the price of a product is reduced by 50% (e.g., from 10 to 5).The function works fine. but when creating an order, the backend is getting only a reduced pr...
When working with a Shopify function for cart transformation, ensuring customer existence before payment can be crucial.There are instances where the customer might appear as null until after the payment, as the creation of the customer might occur d...
This widget could not be displayed.
This widget could not be displayed.