LOTOS 주문 등록
주문 API (LOTOS)
주문 등록
신규 주문 정보를 입력 받아 글로벌 쉽에 등록합니다. 주문에 필요한 모든 정보를 확인하고, 정상적으로 처리 가능한지 검증한 뒤 주문을 생성합니다.
POST
LOTOS 주문 등록
Documentation Index
Fetch the complete documentation index at: https://developers-partners.delivered.co.kr/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
주문 정보 리스트
Required array length:
1 - 2147483647 elementsResponse
200 - */*
OK
성공 유무
주문 등록이 성공하면 true가 반환되며, 성공한 주문 정보는 orderSuccesses 필드에 포함됩니다.
주문 등록이 실패하면 false가 반환되며, orderSuccesses 필드는 비어있습니다.
실패 사유를 확인하고 싶다면, 별도로 제공되는 주문 유효성 검사 API를 통해 자세한 정보를 확인할 수 있습니다.
Example:
true
성공 항목