POST
/
shippings
/
labels
/
{context}
/
{carrier}
curl --request POST \
  --url https://api-ezyconnect.ezytail.com/shippings/labels/{context}/{carrier} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "modeCol": "<string>",
  "modeLiv": "<string>",
  "expLang": "<string>",
  "expAddr1": "<string>",
  "expAddr2": "<string>",
  "expCity": "<string>",
  "expZip": "<string>",
  "expCountry": "<string>",
  "expTel1": "<string>",
  "destLang": "<string>",
  "destAddr1": "<string>",
  "destAddr2": "<string>",
  "destCity": "<string>",
  "destZip": "<string>",
  "destCountry": "<string>",
  "destTel1": "<string>",
  "weight": "<string>",
  "nbPackage": "<string>",
  "crtValue": "<string>",
  "pickupPointCountry": "<string>",
  "pickupPoint": "<string>",
  "shippingPickupPointCountry": "<string>",
  "shippingPickupPoint": "<string>",
  "nClient": "<string>",
  "nDossier": "<string>",
  "apiVersion": "<string>",
  "outputType": "<string>",
  "outputFormat": "<string>",
  "instruction": "<string>",
  "content": "<string>"
}'
{
  "status": "<string>",
  "expeditionNumber": "<string>",
  "outputs": [
    {
      "name": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. \r\n\r\n Enter 'Bearer' [space] and then your token in the text input below. \r\n\r\nExample: 'Bearer 12345abcdef'

Path Parameters

context
string
required
carrier
string
required

Query Parameters

prod
boolean

Body

modeCol
string | null
modeLiv
string | null
expLang
string | null
expAddr1
string | null
expAddr2
string | null
expCity
string | null
expZip
string | null
expCountry
string | null
expTel1
string | null
destLang
string | null
destAddr1
string | null
destAddr2
string | null
destCity
string | null
destZip
string | null
destCountry
string | null
destTel1
string | null
weight
string | null
nbPackage
string | null
crtValue
string | null
pickupPointCountry
string | null
pickupPoint
string | null
shippingPickupPointCountry
string | null
shippingPickupPoint
string | null
nClient
string | null
nDossier
string | null
apiVersion
string | null
outputType
string | null
outputFormat
string | null
instruction
string | null
content
string | null

Response

200
text/plain
Success
status
string | null
expeditionNumber
string | null
outputs
object[] | null