Changes to Convert to order

POST /cart/convert

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

Changed in 8 of the 41 revisions of this API.5634

  1. 128873249a646
  2. 58fa4af8e3251
  3. d02e3d898e583
  4. 1c6726b12e29424
  5. 12aaa327d6531
  6. 3b68749c34dc1
  7. 979a6c40552c4
  8. 56a8a6f18e6c1

What changed

    • added the new DELIVERED enum value to the data/allOf[Order]/tracking/status response property for the response status 200

      response-property-enum-value-added

    • added the new FAILURE enum value to the data/allOf[Order]/tracking/status response property for the response status 200

      response-property-enum-value-added

    • added the new PRE_TRANSIT enum value to the data/allOf[Order]/tracking/status response property for the response status 200

      response-property-enum-value-added

    • added the new RETURNED enum value to the data/allOf[Order]/tracking/status response property for the response status 200

      response-property-enum-value-added

    • added the new TRANSIT enum value to the data/allOf[Order]/tracking/status response property for the response status 200

      response-property-enum-value-added

    • added the new UNKNOWN enum value to the data/allOf[Order]/tracking/status response property for the response status 200

      response-property-enum-value-added

    • added the required property data/allOf[Order]/created to the response with the 200 status

      response-required-property-added

    • added the optional property data/allOf[Order]/tracking/status to the response with the 200 status

      response-optional-property-added

    • added the optional property data/allOf[Order]/tracking/statusDetails to the response with the 200 status

      response-optional-property-added

    • added the optional property data/allOf[Order]/tracking/statusUpdatedAt to the response with the 200 status

      response-optional-property-added

  • 1c6726b12e29424See the full diff
    • the response's body type/format changed from / to object/ for status 400

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 401

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 429

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 500

      response-body-type-changed

    • removed ErrorResponse from the response body allOf list for the response status 400

      response-body-all-of-removed

    • removed ErrorResponse from the response body allOf list for the response status 401

      response-body-all-of-removed

    • removed ErrorResponse from the response body allOf list for the response status 429

      response-body-all-of-removed

    • removed ErrorResponse from the response body allOf list for the response status 500

      response-body-all-of-removed

    • added the optional property details to the response with the 400 status

      response-optional-property-added

    • added the optional property details to the response with the 401 status

      response-optional-property-added

    • added the optional property details to the response with the 429 status

      response-optional-property-added

    • added the optional property details to the response with the 500 status

      response-optional-property-added

    • added the optional property param to the response with the 400 status

      response-optional-property-added

    • added the optional property param to the response with the 401 status

      response-optional-property-added

    • added the optional property param to the response with the 429 status

      response-optional-property-added

    • added the optional property param to the response with the 500 status

      response-optional-property-added

    • added the required property code to the response with the 400 status

      response-required-property-added

    • added the required property code to the response with the 401 status

      response-required-property-added

    • added the required property code to the response with the 429 status

      response-required-property-added

    • added the required property code to the response with the 500 status

      response-required-property-added

    • added the required property message to the response with the 400 status

      response-required-property-added

    • added the required property message to the response with the 401 status

      response-required-property-added

    • added the required property message to the response with the 429 status

      response-required-property-added

    • added the required property message to the response with the 500 status

      response-required-property-added

    • added the required property type to the response with the 400 status

      response-required-property-added

    • added the required property type to the response with the 401 status

      response-required-property-added

    • added the required property type to the response with the 429 status

      response-required-property-added

    • added the required property type to the response with the 500 status

      response-required-property-added

    • removed the request body

      request-body-removed

    • added optional request body

      request-body-added-optional

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • endpoint added

      endpoint-added