API GUIDE
Etomars API Guide KR
Etomars API Guide KR
  • Wellcome!
  • API Guide
    • API 기본정보
    • Invoice
      • get
      • add
      • delete
      • update
      • label
      • getprintdata
    • Product
      • get
      • add
    • Package
      • get
      • add
    • Inbound
      • get
      • add
    • Outbound
      • get
    • Inventory
      • get
    • Report
      • get/order-status
      • get/delivery-info
    • Sales site
      • qoo10
  • Etc
    • API 변경 로그
    • exceptional 공통코드
Powered by GitBook
On this page
  • Invoice API 소개
  • Invoice API 목록
  1. API Guide

Invoice

주문 API에 대한 소개 페이지

PreviousAPI 기본정보Nextget

Last updated 1 year ago

Invoice API 소개

각종 주문정보 조회 및 주문 접수,삭제,수정 등 주문관련 서비스를 제공합니다.

Invoice API 목록

1.

https://api.etomars.com/api/v1/invoice/get

조회조건에 해당하는 주문정보를 조회합니다.

2.

https://api.etomars.com/api/v1/invoice/get/numbers

검색기간(최대90일)과 입고상태로 입고번호 목록을 조회합니다.

3.

https://api.etomars.com/api/v1/invoice/get/tracking

조회조건에 해당하는 주문의 배송정보를 조회합니다.

4.

https://api.etomars.com/api/v1/invoice/get/shipping-status

조회조건에 해당하는 주문의 배송상태를 조회합니다.

1.

https://api.etomars.com/api/v1/invoice/add

신규 주문 데이터를 다건 추가합니다.(최대 100건)

요청 데이터 리스트중 접수에 성공한 데이터는 접수정보를, 실패한 데이터는 실패사유를 각각 전달합니

https://api.etomars.com/api/v1/invoice/delete

주문정보를 삭제합니다.

https://api.etomars.com/api/v1/invoice/update/hold

주문정보를 보류처리합니다.(최대 100건)

보류 요청 주문중, 보류 처리가 불가한 건은 실패사유를 리턴합니다.

https://api.etomars.com/api/v1/invoice/update/exp-decl-info

고객사가 직접 수출신고한 주문건의 수출신고 정보를 주문 정보에 업데이트합니다. (최대 100건)

업데이트에 실패한 건은 그 사유를 리턴합니다.

1.

1.

2.

주문 접수
주문조회
주문 번호 목록 조회
주문-배송정보조회
주문-배송상태조회
주문 삭제
주문 보류
수출신고 정보 등록