v1

latestOpenAPI 3.0.02026-07-26318168886.7 KB
Gifts

Get Gifts

To get detailed information of gifts.<br> 撈取贈品的詳細資訊

get/gifts

Query parameters

previous_idstring

The last ID of the gifts in the previous request. Results are returned in descending order of creation time.<br>前一筆贈品 ID,按照創建時間降冪排序返回。 <br>beta 測試中,僅開放部分店家使用,如無法使用功能請聯絡客服窗口

pageinteger

Page Number<br>頁數

per_pageinteger

Numbers of Gifts per page<br>每頁顯示 n 筆資料

Response

OK

Example response

{
  "items": [
    {
      "id": "5b3d860559d52419850001bc",
      "status": "active",
      "sku": "gift_a",
      "quantity": 20,
      "weight": 1,
      "medias": {
        "id": "5f8e5dc08a8bb70a5c9cd93c",
        "alt_translations": {
          "en": "Image ALT",
          "zh-hant": "圖片ALT"
        },
        "images": {
          "original": {
            "width": 800,
            "height": 800,
            "url": "https://img.example.com/media/1234/thumb.jpg"
          }
        }
      },
      "unlimited_quantity": true,
      "updated_at": "2018-07-05T02:44:59.596+00:00",
      "created_at": "2018-07-05T02:44:21.073+00:00",
      "variations": [
        {
          "id": "5d3594c2e95d2f000642e011",
          "price": {
            "cents": 999999999,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$999,999,999",
            "dollars": 999999999
          },
          "price_sale": {
            "cents": 999999999,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$999,999,999",
            "dollars": 999999999
          },
          "member_price": {
            "cents": 999999999,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$999,999,999",
            "dollars": 999999999
          },
          "retail_price": {
            "cents": 999999999,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$999,999,999",
            "dollars": 999999999
          },
          "cost": {
            "cents": 999999999,
            "currency_symbol": "NT$",
            "currency_iso": "TWD",
            "label": "NT$999,999,999",
            "dollars": 999999999
          },
          "quantity": 100,
          "total_orderable_quantity": 100,
          "preorder_limit": 1,
          "media": {
            "id": "5f8e5dc08a8bb70a5c9cd93c",
            "alt_translations": {
              "en": "Image ALT",
              "zh-hant": "圖片ALT"
            },
            "images": {
              "original": {
                "width": 800,
                "height": 800,
                "url": "https://img.example.com/media/1234/thumb.jpg"
              }
            }
          },
          "sku": "green_l1",
          "location_id": "LaB123",
          "feed_variations": {
            "color": {
              "zh-hant": "紅色",
              "en": "red"
            },
            "size": {
              "zh-hant": "xs",
              "en": "xs"
            }
          },
          "variant_option_ids": [
            "5d3594c2622a56618082c99f",
            "5d3594c2622a56618082c9a0"
          ],
          "locked_inventory_count": 10,
          "weight": 1.2
        }
      ],
      "field_titles": [
        {
          "key": "color",
          "label": "Color",
          "name_translations": {
            "en": "Color",
            "zh-hant": "顏色"
          }
        },
        {
          "key": "custom",
          "label": "Custom",
          "name_translations": {
            "en": "Custom1",
            "zh-hant": "自訂1"
          }
        }
      ],
      "variant_options": [
        {
          "id": "5d3594c2622a56618082c99f",
          "name_translations": {
            "en": "green",
            "zh-hant": "綠"
          },
          "type": "custom",
          "media": {},
          "index": 0
        },
        {
          "id": "5d3594c2622a56618082c9a0",
          "name_translations": {
            "en": "L1",
            "zh-hant": "大1"
          },
          "type": "custom",
          "media": {},
          "index": 1
        },
        {
          "id": "5d3594c2622a56618082c9a1",
          "name_translations": {
            "en": "S1",
            "zh-hant": "小1"
          },
          "type": "custom",
          "media": {},
          "index": 1
        },
        {
          "id": "5d3594c2622a56618082c9a2",
          "name_translations": {
            "en": "Red",
            "zh-hant": "紅"
          },
          "type": "custom",
          "media": {},
          "index": 0
        }
      ]
    }
  ],
  "pagination": {
    "current_page": 1,
    "per_page": 24,
    "total_count": 1,
    "total_pages": 1
  }
}