Leniwcz
Leniwcz

Reputation: 11

Shiprocket API - test environment, test shipment

For my client I am integrating Shiprocket services with his system.

I rely on the documentation (ApiDocs) and the Postman collection (Postman Collection).

The main problem for me is the lack of a test environment (if I'm wrong, and there is one, please let me know).

I have access to my client's account. I need to know how to send a parcel via a selected courier. The shipping order itself is not a big problem, but it involves costs, even in the case of test shipments. Is there any way to fully integrate this API without incurring operational costs during testing?

I am looking for a person who has experience in working with this API and is able to help me implement the appropriate methods.

Upvotes: 1

Views: 863

Answers (2)

Mohit Jain
Mohit Jain

Reputation: 1

Did mail the support for the same and received a response saying that there are no test credentials(Email, Password) for sandboxing and that "you can create an actual order after making an recharge at your Shiprocket wallet, later you can cancel the shipment and you will get full refund".

Upvotes: 0

Deep Dev
Deep Dev

Reputation: 1

Test API Credentials: Shiprocket provides separate Test API credentials (email and password) for sandboxing.

Contact Shiprocket support via their support portal to get access to these credentials.

SHIPROCKET_TEST_EMAIL = "[email protected]"
SHIPROCKET_TEST_PASSWORD = "your_test_password"
API_BASE_URL = "https://apiv2.shiprocket.in/v1/external"

Upvotes: 0

Related Questions