add

API for registering new order information

/add : Order Registration

Order registration

post

Add multiple new order data (max 100 orders) Among the requested data list the data that was successfully registered is delivered with registration information and the data that failed is delivered with a reason for failure.

Body
StockCheck3PLinteger · int32Optional

For items with StockMode=3PL, check the stock level and do not accept the order if the item is out of stock. (0=No stock check, 1=Stock check)

ApiKeystringRequired

APIKey Test KEY:7abd72462c794016849abe4be

Responses
chevron-right
200

sucess

Action 실행결과 상세를 서비스에서 컨트롤러로 리턴할때 사용 결과정보 : 총갯수, 성공수, 실패수, 성공데이터목록, 실패데이터목록

TotalCountinteger · int32Optional
SuccessCountinteger · int32Optional
FailCountinteger · int32Optional
MessagestringOptional
Codeinteger · int32Optional
post
/api/v1/invoice/add

Last updated