Covers all questions related to inventory management, order fulfillment, and shipping.
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 service :
error id : 59903ea0-4dd6-46ad-9aa7-3bc6cb64a642
Hi @jon2022
Does your app have both Read and Write access for shipping?
To learn more visit the Shopify Help Center or the Community Blog.
Could you please provide the full URL of the endpoint you're trying to POST/PUT to? If it was blocked by a password, it wouldn't be returning a 404 response.
To learn more visit the Shopify Help Center or the Community Blog.
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 request from frontend to my ("/add") get request to create new carrier service with REST api provided by shopify api it return error 400 bad request