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
  1. API Guide
  2. Invoice

delete

주문정보를 삭제처리 하는 API

PreviousaddNextupdate

Last updated 4 months ago

주문 삭제

post

주문정보를 삭제합니다.

Body
RegNostringRequired

접수번호

ApiKeystringRequired

APIKey 테스트 KEY:7abd72462c794016849abe4be

Responses
200
sucess
400
Valid Fail
post
POST /api/v1/invoice/delete HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 65

{
  "RegNo": "TEST20230913-001",
  "ApiKey": "XXXXXXXXXXXXXXXXXXXXXXXXX"
}
{
  "Message": "text",
  "Code": 1
}