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. Report

get/delivery-info

시작일~종료일의 보관 현황을 조회합니다.

Previousget/order-statusNextSales site

Last updated 9 months ago

보관 현황 조회

post
Body
StartDateTimestringRequired

검색 시작일 yyyy-MM-dd, yyyyMMdd

EndDateTimestringRequired

검색 시작일 yyyy-MM-dd, yyyyMMdd

ApiKeystringRequired

APIKey Test KEY:7abd72462c794016849abe4be

Responses
200
sucess
400
Valid Fail
post
POST /api/v1/report/get/delivery-info HTTP/1.1
Host: api.etomars.com
Content-Type: application/json
Accept: */*
Content-Length: 90

{
  "StartDateTime": "2024-09-01",
  "EndDateTime": "2024-09-04",
  "ApiKey": "xxxxxxxxxxxxxxxxxxxxx"
}
{
  "Data": [
    {
      "DeliveryInfo01": 1,
      "DeliveryInfo02": 1
    }
  ],
  "Message": "text",
  "Code": 1
}