shopport 0.5.0 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>shopport</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-CSE-Rlo8.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="/assets/index-CHodG6Rl.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
|
@@ -35,6 +35,7 @@ sppt order export all --period 30d --format csv
|
|
|
35
35
|
- "최근 1개월"은 `--period 30d`, "지난달"은 `--period last-month`로 해석합니다.
|
|
36
36
|
- 엑셀 파일을 명시하면 `--format xlsx`를 사용합니다.
|
|
37
37
|
- 기본 파일에는 수령인·전화번호·주소가 없습니다. 출고 목적으로 개인정보가 필요한 경우에만 `--include-pii`를 추가합니다.
|
|
38
|
+
- W컨셉·무신사는 브라우저 수집을 새로 실행하지 않고 이미 저장된 주문을 파일에 포함합니다. 완료 후 해당 채널의 마지막 성공 수집 시각을 함께 알립니다.
|
|
38
39
|
- 완료 후 파일 경로, 주문상품 행 수, 제외된 채널과 사유를 사용자에게 알립니다.
|
|
39
40
|
|
|
40
41
|
파일 요청이 아니면 아래 수집·요약 단계를 따릅니다.
|
|
@@ -79,6 +80,8 @@ sppt order list smartstore --days DAYS
|
|
|
79
80
|
sppt order list shopify --days DAYS
|
|
80
81
|
```
|
|
81
82
|
|
|
83
|
+
- W컨셉·무신사는 브라우저 수집 채널이라 `order list`로 직접 재수집하지 않습니다. 저장된 주문은 `order export all`에 포함됩니다.
|
|
84
|
+
|
|
82
85
|
사용자가 특정 기간을 명시적으로 요청했으면 그 기간을 우선합니다.
|
|
83
86
|
|
|
84
87
|
### 4. 통합 요약
|