shopport 0.4.1 → 0.4.2
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.
- package/dist/cli.js +1 -1
- package/dist/skills/sppt/SKILL.md +7 -0
- package/package.json +1 -1
|
@@ -177,6 +177,13 @@ sppt crm cafe24 customers # cafe24 회원목록 조회
|
|
|
177
177
|
- `sppt analytics cafe24 visitors [--period 7d] [--device total] [--format day] [--json]` — cafe24 방문자수 조회
|
|
178
178
|
- `sppt analytics cafe24 visitpaths [--type domains|ads|keywords] [--period 7d] [--json]` — cafe24 유입경로 조회
|
|
179
179
|
|
|
180
|
+
### 광고
|
|
181
|
+
- `sppt ads naver-sa campaigns [--json]` — 네이버 검색광고 캠페인 목록
|
|
182
|
+
- `sppt ads naver-sa ads --adgroup <adgroupId> [--json]` — 소재 목록 + 연결 URL 조회
|
|
183
|
+
- `sppt ads naver-sa ad --id <adId> [--json]` — 소재 단건 조회
|
|
184
|
+
- `sppt ads naver-sa ad lock --id <adId> --lock true|false [--dry-run]` — 소재 ON/OFF
|
|
185
|
+
- `sppt ads naver-sa ad update --id <adId> --fields <fields> --file <json> [--dry-run]` — 소재 필드 수정
|
|
186
|
+
|
|
180
187
|
### 물류
|
|
181
188
|
- `sppt logistics status` — 물류 채널 연결 상태
|
|
182
189
|
- `sppt logistics orders <channel> [--since DATE] [--status STATUS]` — 물류 주문 조회
|