부분출고처리 APIMark As Partial Release API

정책 및 프로세스 Policy & Process

1. 전체상품을 한 번에 출고할 수 없을 경우 부분출고처리 등록하여 상품의 배송번호를 새로 채번합니다.
2. 배송진행상태가 배송지시, 피킹완료일 때 부분출고처리가 가능합니다. (출고완료 후 불가)
3. 정합성 체크에 의해, 동일한 배송번호 내 모든 상품이 출고 처리되지 않으면 배송진행상태가 출고완료로 업데이트되지 않습니다.
  일부 상품 출고 시, 반드시 부분출고처리를 통해 배송번호를 분리한 다음 출고처리를 해야 정산상의 불이익을 받지 않습니다.
1. If ALL items cannot be released at once, you can register a partial release and retrieve a new shipping number for the product.
2. You can mark as partial release when Shipping Process Status would be 'Picking Completed' or 'Shipping Instructed'.
3. Mark as Release after separating shipping numbers through partial release unless disadvantages of calculating.
  Process of release and shipping will be managed after ALL items are released within shipping numbers.



부분출고처리 이미지 부분출고처리 이미지


기본설명 Description

일부 상품 우선 출고 시, 출고할 수 있는 상품을 부분출고 처리하는 API 입니다.
각 항목별 필수값을 넣지 않으면 오류메시지가 발생하니, 각 항목별 필수사항을 체크해주세요.
Mark as Partial Release of items when releasing some items at first.
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}/savePortionWarehouseOutProcess.ssg
Method : POST
URL : /api/pd/{version}/savePortionWarehouseOutProcess.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