Shopify Community webinar alert! Getting ready for BFCM: Learn Flash Sale Logistics Shopify coming Tuesday, October 23 | 11am EDT |Learn more.

CarrierService - Why I am not receiving shipping data at callback url

zeeshandar
Shopify Partner
8 0 2

I have a development store and created a private app to get custom shipping rates from a logistics company.

At the time of checkout, the system successfully hits the callback URL but it does not send any shipping information to Callback URL. Without zip code and item weight shipping rates can't be calculated.

What I am missing here, please help.

Development Store:https://mwbddeveloper.myshopify.com/

CarrierService created:

{
"carrier_service" : {
"id" : 74661757204 ,
"name" : "Pricing App V 2.2" ,
"active" : true ,
"service_discovery" : true ,
"carrier_service_type" : "api" ,
"admin_graphql_api_id" : "gid://shopify/DeliveryCarrierService/74661757204" ,
"format" : "json" ,
}
}
Replies0(0)