No content to show
User Activity
We are trying to create a "Call Log Activity" for customers and for this, we have to use something called Shopify timeline activity, the same as when I changed a phone number from contact information and it's created an activity in the timeline as "Y...
Is there any way i can create the activity using REST API?I just want to create a timeline activity programmatically in Shopify using REST API or something else if Comment APIs are not available!
I am looking to add comments using REST API on customer object, and I am able to add these comments from front-end easily requests are hitting https://admin.shopify.com/api/shopify/store-name?operation=TimelineCommentCreate&type=mutation with message...
thanks, but I got confused because there is nothing clear details to achieve update credit card details. earlier it seems that UpdateCreditCardMutation will work and for that, i have to create the developer partner app and requested the payment_menda...
Hi Ryan, i have followed your guidelines and created a developer partner APP and requested access for write_customer_payment_methods and Payment Mandate access granted by Shopify. i have created a Node.JS app with scopes=read_customers,write_customer...
Greetings,Hi Ryan, Thank you for sharing the helpful material, i tried it and successfully get the session ID but i am facing another issue when passing billingAddress, id, and sessionId to mutation. Getting this error:"Access denied for customerPaym...
I just want to update the credit card 16 digit number, expiry, and CVV using API! Looking for an endpoint/API to use for updating credit card details. But I am struggling to find any API from Shopify documentation to do this, I tried to use the custo...
RESCHEDULE endpoint updates the fulfill_at time of a scheduled fulfillment order. what if the status is OPEN? do we have to schedule it first? or should we use HOLD and RELEASE endpoints?
I am going to delay a shipment for a week using API, i used order UPDATE api https://storename.myshopify.com/admin/api/2023-04/orders/11111111.jsonwith body:{
"order": {
"id": orderID,
"fulfillment_status": "null",
"fulfil...