Advertisement
SeanHsu

get product info

Sep 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.13 KB | None | 0 0
  1. {
  2.     "data": {
  3.         "prod_oid": 2,
  4.         "prod_mid": 2,
  5.         "is_draft_only": false,
  6.         "cities": [
  7.             {
  8.                 "country": "A01-001",
  9.                 "city": "A01-001-00002"
  10.             },
  11.             {
  12.                 "country": "A01-002",
  13.                 "city": "A01-002-00003"
  14.             },
  15.             {
  16.                 "country": "A01-003",
  17.                 "city": "A01-003-00004"
  18.             }
  19.         ],
  20.         "category_tags": [],
  21.         "category": "M01",
  22.         "tags": [
  23.             "TAG_1",
  24.             "TAG_2",
  25.             "TAG_3"
  26.         ],
  27.         "master_lang": "zh-tw", /* need to save master_lang of product */
  28.         "name": "測試11",
  29.         "desc": "這是測試用的商品",
  30.         "feature": "這是測試用的商品feature",
  31.         "guide_lang": [
  32.             "zh-tw"
  33.         ],
  34.         "voice_guide_lang": [
  35.             "zh-tw"
  36.         ],
  37.         "schedule_time": {
  38.             "day": 1,
  39.             "hour": 0,
  40.             "enable": true,
  41.             "minute": 0
  42.         },
  43.         "product_config": {
  44.             "is_active": true,
  45.             "is_delete": false,
  46.             "is_global_search": true,
  47.             "prod_setting": {
  48.                 "lang_opt": {
  49.                     "en": true,
  50.                     "zh-tw": false
  51.                 },
  52.                 "marketing": {
  53.                     "TW": {
  54.                         "is_ec_sale": true,
  55.                         "is_ec_show": false,
  56.                         "is_country_search": true
  57.                     }
  58.                 },
  59.                 "master_lang": "zh-tw"
  60.             },
  61.             "updated_at": "2019-09-23 01:38:17",
  62.             "updated_by": "c9dbb9ec-925d-411f-b63d-8eec572f7cea"
  63.         },
  64.         "workflow_status": "PUBLISHED", /* need to check workflow status */
  65.         "created_at": "2019-09-23 01:38:14",
  66.         "created_by": "76afc3df-3dbd-3bb0-9977-d57e9e9ed50b",
  67.         "updated_at": "2019-09-23 01:38:16",
  68.         "updated_by": "76afc3df-3dbd-3bb0-9977-d57e9e9ed50b"
  69.     },
  70.     "meta": {
  71.         "status": "100000",
  72.         "desc": "成功"
  73.     }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement