When i do a GET call to list all carrier services: I get the list and one example is below:
{ “id”: 16211214405, “name”: “dhl_express”, “active”: true, “service_discovery”: true, “carrier_service_type”: “legacy”, “admin_graphql_api_id”: “gid://shopify/DeliveryCarrierService/56464” }
But I am not able to update the field values via PUT method for these Data(via the API for modify existing carrier service).
Hey @SmrithiSatheesh , can you share the body of the request you’re sending through the PUT request (including the endpoint and redacting any private info like the store name/API client info)? You should be able to update the carrier service’s information if you use an endpoint like this in your PUT request: storename.myshopify.com/admin/api/2022-01/carrier_services/[carrierserviceID].json.
Hope this helps!