La Poste · Example Payload

Generate Label Response

PostalParcel TrackingAddress ValidationGeolocationShippingOpen DataFrance

Generate Label Response is an example object payload from La Poste, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

messagesparcellabelcn23customDocumentV2appendicespdfUrl

Example Payload

Raw ↑
{
  "messages": [
    {
      "id": "0",
      "type": "INFOS",
      "messageContent": "Votre colis a bien été enregistré.",
      "category": "LABEL"
    }
  ],
  "parcel": {
    "parcelNumber": "6X1234567890",
    "parcelNumberPartner": "",
    "retailPointPickupNumber": "",
    "statusCode": "200"
  },
  "label": null,
  "cn23": null,
  "customDocumentV2": null,
  "appendices": null,
  "pdfUrl": ""
}