No content to show
User Activity
I'm using Cart Transorme to expand specific cart item and it's working correctly as expected but when i tried to update the quantity of expanded item using StoreFront api: mutation => "cartLinesUpdate", shopify return "INTERNAL_SERVER_ERROR"this is t...
I'm using Cart Transorme to expand specific cart item and it's working correctly as expected but when i tried to update the quantity of expanded item using StoreFront api: mutation => "cartLinesUpdate", shopify return "INTERNAL_SERVER_ERROR"this is t...
Expected behaviori have deployed my app on heroku and then i deployed extension with cli command "npm run deploy" and create a version on partner dashbord , then i expected my extension will integrate with checkout pagePs: the extension runs well loc...
10-15-2021
ifount a solution to my endpoint publicly availeble but still can't create new crrier service from my server with post request provided by shopify api @csam my error is 400 badrequest this is my code : and this is my console :when i made get reque...
10-14-2021
@csam yes i found that my endpoint protected by store password how to make it public endpoint ?
10-12-2021
Hi , im having this 404 error when i make a PUT or POST request to carrier_services but if i make GET request to get a list of carrier services retrun data successfully this the list of my shipping carrier : and this is my code for update a carrer ...