API GUIDE
Etomars API Guide CN
Etomars API Guide CN
  • Wellcome!
  • API Guide
    • API基本信息
    • Invoice
      • get
      • add
      • delete
      • update
      • label
    • Product
      • get
      • add
    • Inbound
      • get
      • add
    • Outbound
      • get
    • Inventory
      • get
    • Sales site
      • qoo10
  • Etc
    • API 변경 로그
Powered by GitBook
On this page
  1. API Guide
  2. Invoice

delete

删除订单信息的API

PreviousaddNextupdate

Last updated 11 months ago

删除订单

post

删除订单信息。

Body
RegNostringRequired

受理编号

ApiKeystringRequired

APIKey Test 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
}