What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

CarrierService Response Timeouts

CarrierService Response Timeouts

MochSM
Shopify Partner
1 0 0

I trying to develop 3rd party shipping rate for my company, but it always never get the rate on the dev store. my question is, did I miss something?

I see on the doc RPM rate.

Under 150010s


I was testing my API with Postman, response time was about 200-500ms. I think it should meet the RP rate.

Screenshot 2023-10-19 at 08.34.54.jpg

 

 

 

 

curl --location 'https://dev-shipping.onrender.com/?userId=14' \
--header 'Content-Type: application/json' \
--data '{
  "rate": {
    "origin": {
      "country": "CA",
      "postal_code": "K2P1L4",
      "province": "ON",
      "city": "Ottawa",
      "name": null,
      "address1": "150 Elgin St.",
      "address2": "",
      "address3": null,
      "phone": null,
      "fax": null,
      "email": null,
      "address_type": null,
      "company_name": "Jamie D'\''s Emporium"
    },
    "destination": {
      "country": "CA",
      "postal_code": "K1M1M4",
      "province": "ON",
      "city": "Ottawa",
      "name": "Bob Norman",
      "address1": "24 Sussex Dr.",
      "address2": "",
      "address3": null,
      "phone": null,
      "fax": null,
      "email": null,
      "address_type": null,
      "company_name": null
    },
    "items": [
      {
        "name": "Short Sleeve T-Shirt",
        "sku": "",
        "quantity": 1,
        "grams": 1000,
        "price": 1999,
        "vendor": "Jamie D'\''s Emporium",
        "requires_shipping": true,
        "taxable": true,
        "fulfillment_service": "manual",
        "properties": null,
        "product_id": 48447225880,
        "variant_id": 258644705304
      }
    ],
    "currency": "USD",
    "locale": "en"
  }
}
'

 

 

 

Reply 1 (1)

YOD_Solutions
Shopify Partner
259 28 37

Did you successfully address the issue? Make sure to enable the carrier service callback URL by setting "active":true. If the problem persists, consider our new shipping rates app, JsRates. This app allows you to customize shipping rules using JavaScript and offers advanced features like AI-assisted coding, third-party API integration, VS Code compatibility, and plugins for major platforms like AliExpress. JsRates could be a viable alternative for you. For more details, visit our website at https://jsrates.com or check our help documentation at https://help.jsrates.com.

 

Founder @ JsRates: Custom Shipping Rates
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more about JsRates visit the JsRates home page or JsRates documentation
- Find JsRates on Shopify app store