Payloads for Shipper

10 available Payloads for Shippers

{
  "id": 0,
  "name": "string",
  "comment": "string",
  "internal_ref": null,
  "departure_date": "2024-11-15",
  "departure_date_to": "2024-11-16",
  "departure_time": "11:00:00",
  "departure_time_to": "11:00:00",
  "arrival_date": "2024-11-20",
  "arrival_date_to": "2024-11-21",
  "arrival_time": null,
  "arrival_time_to": null,
  "from_address": {
    "id": 0,
    "type": "string",
    "name": "string",
    "country": "string",
    "city": "string",
    "address_1": "string",
    "address_2": null,
    "recipient": "string",
    "zipcode": "string",
    "state": null,
    "phone_number": "string",
    "email": null,
    "instructions": null,
    "country_code_alpha2": "FR",
    "internal_ref": null
  },
  "dest_address": {
    "id": 0,
    "type": "string",
    "name": "string",
    "country": "string",
    "city": "string",
    "address_1": "string",
    "address_2": "string",
    "recipient": "string",
    "zipcode": "string"",
    "state": null,
    "phone_number": "string",
    "email": null,
    "instructions": null,
    "country_code_alpha2": "FR",
    "internal_ref": null
  },
  "accounting_entity_id": null,
  "booker": {
    "id": 0,
    "first_name": "string",
    "last_name": "string",
    "email": "string"
  },
  "pre_shipments": [
    {
      "id": 0,
      "name": "string",
      "contents": [
        {
          "id": 0,
          "type_id": 0,
          "type": {
            "id": 0,
            "name": "string",
            "is_container": false
          },
          "spec_id": 0,
          "quantity": 0,
          "length": 0,
          "width": 0,
          "height": 0,
          "weight": 0,
          "comment": "string",
          "product_type_id": 0,
          "productType": {
            "id": 0,
            "name": "string"
          }
        }
      ],
      "total_volume": null,
      "total_weight": null,
      "total_linear_meters": null,
      "from_address": {
        "id": 0,
        "type": "string",
        "name": "string"",
        "country": "string"",
        "city": "string",
        "address_1": "string"",
        "address_2": null,
        "recipient": "string",
        "zipcode": "string",
        "state": null,
        "phone_number": "string"8",
        "email": null,
        "instructions": null,
        "country_code_alpha2": "FR",
        "internal_ref": null
      },
      "dest_address": {
        "id": 0,
        "type": "string",
        "name": "string",
        "country": "string",
        "city": "string",
        "address_1": "string",
        "address_2": null
        "recipient": "string",
        "zipcode": "string",
        "state": null,
        "phone_number": "string",
        "email": null,
        "instructions": "string",
        "country_code_alpha2": "FR",
        "internal_ref":"string"
      },
      "purchase": "",
      "sales": "",
      "requested_date_time": {
        "departure_date_from": "2024-11-15",
        "departure_date_to": "2024-11-16",
        "departure_time_from": "11:00:00",
        "departure_time_to": "11:00:00",
        "arrival_date_from": "2024-11-20",
        "arrival_date_to": "2024-11-21",
        "arrival_time_from": null,
        "arrival_time_to": null
      }
    }
  ],
  "logistic_means": {
    "product_type_name": null,
    "type": {
      "name": null
    }
  },
  "quote_requests": [
    {
      "id": 0,
      "currency": "EUR",
      "mode": {
        "id": 3,
        "name": "Road"
      },
      "price_details": [
        {
          "name": "string",
          "price": 0
        },
        {
          "name": "string",
          "price": 0
        },
      ],
      "carrier": {
        "id": 0,
        "name": "string",
        "code": "string",
        "scac": ""string"
      },
      "shiptify_link": "string"
    },
    {
      "id": 0,
      "currency": "EUR",
      "mode": {
        "id": 3,
        "name": "Road"
      },
      "price_details": [
        {
          "name": "string",
          "price": 0
        },
        {
          "name": "string",
          "price": 0
        },
      ],
      "carrier": {
        "id": 0,
        "name": "string",
        "code": "string",
        "scac": "string"
      },
      "shiptify_link": "string"
    }
  ],
  "carriers": [
    {
      "id": 0,
      "name": "string",
      "code": "string",
      "scac": "string"
    },
    {
      "id": 0,
      "name": "string",
      "code": "string",
      "scac": "string"
    }
  ],
  "event_type": "create_shipment_request",
  "accounting_entity": {},
  "timestamp": 1731655917,
  "signature": "string"
  "token": "string"
}

Last updated