Changes to Create customer

POST /customer/create

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

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

  1. 76cfbed5eb402
  2. 6b9208b64456111

What changed

    • added the new optional request property email_verified (media type: application/json)

      new-optional-request-property

    • added the new optional request property email_verified (media type: application/x-www-form-urlencoded)

      new-optional-request-property

  • 6b9208b64456111See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • added the new optional header request parameter Idempotency-Key

      new-optional-request-parameter

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

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

      response-optional-property-added

    • added the optional property code to the response with the 403 status

      response-optional-property-added

    • added the optional property code to the response with the 422 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property request_id to the response with the 403 status

      response-optional-property-added

    • added the optional property request_id to the response with the 422 status

      response-optional-property-added

    • added the success response with the status 201

      response-success-status-added