Shipment

Get shipment pick up date proposal.

post/rest/api/shipping/pickup-date-proposal/

Request body

Response

Pickup date proposals

Example response

{
  "pickups": [
    {
      "pickupDate": [
        {
          "pickupId": "no_pickup"
        },
        {
          "pickupId": "working_days"
        },
        {
          "pickupId": "2024-06-12|09:00|18:00"
        },
        {
          "pickupId": "2023071210001300"
        }
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.