Carrier Payloads

{
  "id": 0,
  "name": "string",
  "comment": "string",
  "internal_ref": null,
  "departure_date": "2023-02-15",
  "departure_time": "16:30:00",
  "arrival_date": "2023-02-17",
  "arrival_time": "18:00:00",
  "from_address": {
    "id": 0,
    "type": "head_office",
    "name": "Shiptify | Nantes",
    "country": "France",
    "city": "Nantes",
    "address_1": "string",
    "address_2": null,
    "recipient": "string",
    "zipcode": "string",
    "state": null,
    "phone_number": null,
    "email": null,
    "instructions": null,
    "country_code_alpha2": "FR",
    "internal_ref": null
  },
  "dest_address": {
    "id": 112762,
    "type": "other",
    "name": "string",
    "country": "France",
    "city": "Nantes",
    "address_1": "string",
    "address_2": null,
    "recipient": "string",
    "zipcode": "44000",
    "state": null,
    "phone_number": "string",
    "email": null,
    "instructions": null,
    "country_code_alpha2": "FR",
    "internal_ref": null
  },
  "pre_shipments": [
    {
      "id": 0,
      "name": "string",
      "shipping_date_from": "2023-02-15",
      "shipping_time_from": "16:30:00",
      "arrival_date_from": "2023-02-17",
      "arrival_time_from": "18:00:00",
      "total_volume": 0,
      "total_weight": 0,
      "total_linear_meters": 0,
      "from_address": {
        "id": 0,
        "type": "string",
        "name": "string",
        "country": "France",
        "city": "Nantes",
        "address_1": "string",
        "address_2": null,
        "recipient": "string",
        "zipcode": "44200",
        "state": null,
        "phone_number": null,
        "email": null,
        "instructions": null,
        "country_code_alpha2": "FR",
        "internal_ref": null
      },
      "dest_address": {
        "id": 0,
        "type": "other",
        "name": "string",
        "country": "France",
        "city": "Nantes",
        "address_1": "string",
        "address_2": null,
        "recipient": "string",
        "zipcode": "44000",
        "state": null,
        "phone_number": "string",
        "email": null,
        "instructions": null,
        "country_code_alpha2": "FR",
        "internal_ref": null
      },
      "purchase": "",
      "sales": ""
    }
  ],
  "quote_requests": [
    {
      "currency": "EUR",
      "mode": { "id": 3, "name": "Road" },
      "price_details": [
        { "name": "string", "price": 0 },
        { "name": "string", "price": 0 },
        { "name": "string", "price": 0 },
      ]
    }
  ],
  "shipper": { "id": 0, "name": "string" },
  "event_type": "create_shipment_request",
  "timestamp": 1676019951,
  "signature": "string",
  "token": "string"
}

Last updated