Changes to List orders by status

GET /order/get-orders-by-status

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

Changed in 2 of the 6 revisions of this API.117

  1. 76cfbed5eb40111
  2. 6b9208b644566

What changed

  • 76cfbed5eb40111See the full diff
    • the query request parameter status was restricted to a list of enum values

      request-parameter-became-enum

    • added the new enum value ALL to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value CANCELLED to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value ERROR to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value PENDING to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value RECENT to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value RETURNED to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value SETUP to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value SHIPPED to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value SUSPENDED to the query request parameter status

      request-parameter-enum-value-added

    • added the new enum value TERMINATED to the query request parameter status

      request-parameter-enum-value-added

    • for the query request parameter status, the type was generalized from integer to string

      request-parameter-type-generalized

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added