출고처리 APIMark As Release API

정책 및 프로세스 Policy & Process

1. 출고처리 시 배송진행상태 출고완료로 업데이트 됩니다.
2. 출고완료 상태의 주문은 고객 FRONT에 ‘배송중’으로 노출되고, 상품출고 문자메시지가 발송 됩니다.
3. 출고완료 상태의 주문은 고객이 FRONT 또는 고객센터를 통해서 반품 및 교환이 가능합니다.
4. 운송장을 등록했어도 출고처리를 하지 않으면 출고지연으로 자동 결품처리 될 수 있습니다.
1. Shipping process status will be updated as Release Completed.
2. Orders of Release Completed will be exposed as ‘Shipping’ to the customer FRONT. Text message about item released will be sent.
3. You can return or exchange orders of release completed through service center or customer FRONT.
4. If you do not mark as released, items will be sold-out automatically due to released delays.



출고처리 이미지 출고처리 이미지


기본설명 Description

주문을 출고 처리하는 API 입니다.
각 항목별 필수값을 넣지 않으면 오류메시지가 발생하니, 각 항목별 필수사항을 체크해주세요.
Mark As Released of orders.
If you do not enter essential values, there is an error message. So Check essential points on each properties.

API 상세 항목 API Details

URL : /api/pd/{version}/saveWhOutCompleteProcess.ssg
Method : POST
URL : /api/pd/{version}/saveWhOutCompleteProcess.ssg
Method : POST

RequestHeader :

이름 Property 타입 Property Type 필수여부 Require 설명 Desciption 수정일 UpdateDate
Authorization String Y 업체 인증키 Vendor API Authentication Key -
Accept string Y application/xml
application/json
application/xml
application/json
-

RequestURI :

이름 Property 타입 Property Type 필수여부 Require 설명 Desciption 수정일 UpdateDate
version String Y 1 고정 1 fix -

RequestParameter :

이름 Property 타입 PropertyType 필수 여부 Required 설명 Description 수정일 UpdateDate
requestWhOutCompleteProcess OBJECT Y -
shppNo String Y 배송번호 Shipping Number -
shppSeq String Y 배송순번 Shipping Item Sequence -
procItemQty int Y 처리수량 Processed Quantity -


ResponseBody :

이름 Property 타입 PropertyType 필수 여부 Required 설명 Description 수정일 UpdateDate
result OBJECT Y -
resultCode VARCHAR2(2) Y 결과코드
00:성공
99:실패
Response Result
00:SUCCESS
99:FAIL
-
resultMessage VARCHAR2(10) Y 결과메시지
00:성공
99:실패
Response Message
00:SUCCESS
99:FAIL
-
resultDesc VARCHAR2(4000) Y 결과상세내용 Response Description -

샘플 코드 예제Sample Code