Covers all questions related to inventory management, order fulfillment, and shipping.
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 1500 | 10s |
I was testing my API with Postman, response time was about 200-500ms. I think it should meet the RP rate.
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"
}
}
'
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.