Skip to main content

Get Label API:

Description: Generates shipment label PDFs.

Basic Information

NAMEDETAILS
Usage:Mandatory
URL:https://api.rapidshyp.com/rapidshyp/apis/v1/b2b/orders/get_label
Request Type:POST
Scheme:HTTPS
Header (content-type):application/json
Header (rapidshyp-token):API-Key

Curl

curl --location 'https://api.rapidshyp.com/rapidshyp/apis/v1/b2b/orders/get_label' 
--header 'rapidshyp-token: <API_KEY>'
--header 'Content-Type: application/json'
--data '{
"shipmentId": "BS2601483"
}'

Request Parameters:


ParameterRequiredRemarkValidation
shipmentIdYesShipment IDValid shipment

Response:

JSON

{
"status": true,
"remarks": "Label(s) generated successfully."
}