Determine order creation success based on HTTP status codes: 200: Returns existing order information 201: Creation successful 400: Parameter error 401: Account or IP unavailable 500: Server status error 503: Server status error See error codes for details **When creating a new order, the successful HTTP status code is 201. When mchOrderNo already exists, the HTTP status code will be 200. In both cases, order information will be returned.