Back to Home
Vendor API
Shipping Label API
Get shipping labels for your orders with a single API call
GET
/api/v1/vendor/label/{order_id}Retrieves the shipping label for an order. If the order doesn't have a shipment yet, it will be automatically created using your configured warehouse settings.
Authentication
Header:
access-token: <your_access_token>Contact us to receive your access token
Base URL
https://opsstack.inExample Request
# Using cURL curl -X GET "https://opsstack.in/api/v1/vendor/label/S123456" \ -H "access-token: your_access_token_here"
Response
Success
{
"status": true,
"order_id": "S123456",
"awb": "7686123456",
"label_url": "https://app.parcelx.in/lable?token=..."
}Error
{
"status": false,
"error": "Order S123456 not found in system"
}Auto Shipment
Shipments are created automatically if not exists
Secure
Token-based authentication for all requests
Instant
Get labels in real-time via ParcelX