0

我正在使用它创建草稿订单。

{
     "draft_order": {
       "line_items": [
         {
            "custom": false,
            "title": "Custom Product",
            "product_id" : 4008421883976,
            "price" : "1000.00",
              "properties": [
                {
                  "name": "custom engraving",
                  "value": "Happy Birthday Mom!"
                }
              ],
            "quantity": 5
         }
       ],
       "customer": {       
         "id": 1000
       },
       "email": "test@test.com"
     }
   }

但我想在草稿订单中显示产品图片和产品链接。

我怎样才能做到这一点?

如果 line_item 是自定义项,则显示自定义标题,没有图像,也没有选项。

我不能使用 variant_id,因为价格因产品选项而异。

所以我需要使用自定义的,但想在草稿订单中添加产品网址和图片。

我怎样才能做到这一点?

4

0 回答 0