shop_search_keyword_suggest_v1.json 456 B

12345678910111213141516171819202122232425
  1. {
  2. "group": "C-tiktok-shop",
  3. "name": "shop_search_keyword_suggest_v1",
  4. "method": "GET",
  5. "path": "/api/v1/tiktok/shop/fetch_search_keyword_suggest_v1",
  6. "params": {
  7. "keyword": "milk thistle",
  8. "country_code": "US"
  9. },
  10. "body": null,
  11. "status": 404,
  12. "ok": false,
  13. "rawLen": 22,
  14. "summary": {
  15. "topKeys": [
  16. "detail"
  17. ],
  18. "dataPreview": null
  19. },
  20. "sampleJson": {
  21. "errorJson": {
  22. "detail": "Not Found"
  23. }
  24. }
  25. }