Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Below is the sample payload of what I am sending and response I receive (Below are dummy values)
Payload:
mutation { checkoutCreate(input: { email: "aefjnewi@mai.com", lineItems: [{ customAttributes: [{key: "lineItemId",value: "4999"}], variantId: "gid://shopify/ProductctVariant/430647449", quantity: 1},{ customAttributes: [{key: "lineItemId",value: "41100"}], variantId: "gid://shopify/ProductVariant/4326268057", quantity: 1}], buyerIdentity: { countryCode: IN }, note: "pragma_1c", customAttributes: [{key: "1c_checkout_url",value: "https://bepragma-demo.myshopify.com/cart/?cid=05e7a0d7dc05b547074a1&t1c=true&refresh=true"}], shippingAddress: { address1: "5/F, FLAT 126 A MANDARIN COURT BLOCK 5, 126 - 128A ARGYLE STREET, HO MAN TIN, KLN, HK", address2: "", city: "MUMBAI", phone: "9490555656", province: "MAHARASHTRA", zip: "400050", country: "IN", firstName: "test", lastName: "address" } }) { checkout { id webUrl lineItems(first: 50) { edges { node { id customAttributes { key value } variant { id } title quantity } } } } } }
Response:
data:{checkoutCreate:null}
It happens randomly for random mobile numbers but works fine with the same payload for another phone number. Is there a limit or such a thing that if a particular numbers places x number of abandoned checkouts then shopify bans you or restricts you from creating any other abandoned checkouts for y period of time ?
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024