Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello everyone, is it possible to modify this request from Carrier Service webhook?
Like add a "checkout_token" or any data to this request
Hope to get a reply to any of you
Thank you
Sample request here
{ "rate":{ "origin":{ "country":"PK", "postal_code":"54700", "province":null, "city":"Lahore", "name":"House 584 Model Town Q Block", "address1":"House 584 Model Town Q Block", "address2":null, "address3":null, "phone":null, "fax":null, "email":null, "address_type":null, "company_name":"rateprovidertest" }, "destination":{ "country":"US", "postal_code":"90210", "province":"CA", "city":"rate test", "name":null, "address1":"rate test", "address2":null, "address3":null, "phone":null, "fax":null, "email":null, "address_type":null, "company_name":null }, "items":[ { "name":null, "sku":"XXXXXXXX", "quantity":1, "grams":100, "price":0, "vendor":null, "requires_shipping":true, "taxable":true, "fulfillment_service":"manual", "properties":null, "product_id":null, "variant_id":null } ], "currency":"PKR", "locale":"en" } }