Changes to Create a shipment quote

POST /shipments/quote

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 5 revisions of this API.37

  1. 3b9f91693dec16
  2. cb0208047b4e2
  3. f3622e6b908a1

What changed

  • 3b9f91693dec16See the full diff
    • the origin_shipment_id request property type/format changed from string/ to integer/

      request-property-type-changed

    • the request property parcels/items/allOf[ParcelAdvanced]/declared_value/amount became nullable

      request-property-became-nullable

    • the request property parcels/items/allOf[ParcelAdvanced]/declared_value/currency_code became nullable

      request-property-became-nullable

    • the request property parties/items/address2 became nullable

      request-property-became-nullable

    • the request property parties/items/attention became nullable

      request-property-became-nullable

    • the request property parties/items/email became nullable

      request-property-became-nullable

    • the request property parties/items/phone became nullable

      request-property-became-nullable

    • the request property documents/items/document_type became required

      request-property-became-required

    • the request property documents/items/signed_id became required

      request-property-became-required

    • added the new optional request property label_dpi

      new-optional-request-property