No content to show

User Activity

In the variable we need to add requireShipping status true. lineItems: lineItemsData.map((item) => ({ variantId: `gid://shopify/ProductVariant/${item.variant_id}`, quantity: item.quantity, requiresShipping: true, ...
@Oladimejishop waiting for your reply, here is the proof too. 
I don’t need to provide proof in this case. Simply, it’s not my personal store, I’m a developer. We are building an app for our company, and in certain scenarios, we need to create orders on the store registered with us. Previously, I implemented thi...
Hi there,I am creating order on Shopify store using node with GQL Apis here is my code to create order: const orderPayload = { query: ` mutation CreateOrder($order: OrderCreateOrderInput!) { orderCreate(order: $order) { or...
On installation of store you can save access_token, platform_domain in the database and you can get this from Shop API.
Hi @RobinKaith could you please share this query, and if it is possible to fetch data like from last Monday to Sunday. Because i have seen that we can get only max 250 records. But for my project POV, i need to get last 7 days orders and then need to...
Hi there,I am using Shopify SDK on my Framer site. Now i want to set a button that will get the checkout ID and send it to the Node JS application. There i want to call API for checkout to get line_items data.  let axiosConfig = { headers: { ...
Hi there,I am using admin APIs to create a price rule and discount code on the price rule. I need to create an order using API but the thing is now after creating the price rule and discount I need to apply this to the order, either using any object ...
Hi there,I need to confirm that if I am creating an order with the store then it is supporting multiple currencies. If the store currency is in GBP and from the store I am creating an order with USD then it works properly.But if i create an order wit...
 Hi there,I am new in Shopify embedded app development. When we publish app to store it gets rejected with the error given in image.So is there any proper solution that how we will add this policy into react app. Like i have used this one but no succ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to