Discussions

Ask a Question
Back to All

Create a Tracking in the sandbox for testing (requires track_3p api scope)

I'm trying to create tracking numbers for test shipments in the sandbox using this endpoint:

https://developers.easyship.com/reference/trackings_create

But this returns a 403 with

{
"error": {
"code": "forbidden",
"details": [
"Access to this resource requires scope(s) track_3p."
],
"message": "You do not have permission to access this resource. Please contact our support team or your account manager if you believe you should have access.",
"request_id": "8842ef9a23940c2cd370bac568df05fe",
"type": "invalid_request_error"
}
}

Is there another way to create tracking numbers for test shipment or is having the track_3p scope the only way? There's no way to edit this in our API settings and would require contacting support.