ย้ายข้อมูลการจัดการผลิตภัณฑ์

คุณใช้ Merchant API เพื่ออัปโหลดและจัดการผลิตภัณฑ์แบบเป็นโปรแกรมได้ ทรัพยากร accounts.products ช่วยให้คุณสร้างแคตตาล็อกร้านค้าออนไลน์ซึ่งเป็นรายการผลิตภัณฑ์และข้อเสนอได้ สำหรับข้อมูลเพิ่มเติมเกี่ยวกับการอัปโหลดและจัดการผลิตภัณฑ์โดยใช้ Merchant API โปรดดูภาพรวม API ผลิตภัณฑ์ของผู้ขาย

ต่อไปนี้คือตัวอย่างการเปรียบเทียบ Content API for Shopping กับ Merchant Products API

API เนื้อหาสำหรับช็อปปิ้ง API ผลิตภัณฑ์ของผู้ขาย คำอธิบาย
URL https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/ https://merchantapi.googleapis.com/products/v1beta/{parent}/productInputs:insert ตัวแปร {parent} ใน URL คำขอ Merchant API แสดงถึงตัวระบุที่ไม่ซ้ำกันของบัญชี
ตัวระบุ {id} {name}

วิธีการ

การเปรียบเทียบเมธอดของผลิตภัณฑ์ใน Content API for Shopping และ Merchant Products API มีดังนี้

วิธีการ API เนื้อหาสำหรับช็อปปิ้ง API ผลิตภัณฑ์ของผู้ขาย
customBatch ได้ ไม่ได้
insert ได้ ได้
get ได้ ได้
update ได้ ไม่มี
delete ได้ ได้
list ได้ ได้

ตัวอย่างการเปรียบเทียบเมธอด GET สำหรับ Content API for Shopping และ Merchant Products API มีดังนี้

API เนื้อหาสำหรับช็อปปิ้ง API ผู้ขาย
GET https://shoppingcontent.googleapis.com/content/v2.1/{accountId}/products/{productId} GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*}

คำขอ

วิธีการ URL ใน Content API for Shopping URL ใน Merchant Products API ตัวระบุใน Content API ตัวระบุใน Merchant Products API
insert POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products POST https://merchantapi.googleapis.com/products/v1beta/{parent}/productsInputs:insert?dataSource={dataSourceName} {merchantId} {parent}
update PATCH https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId} ไม่มี
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId} DELETE https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/productInputs/*}?dataSource={dataSourceName} {merchantId}/datafeeds/{productId} {name=accounts/*/productInputs/*}
get GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products/{productId} GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*} {merchantId}/datafeeds/{productId} {name=accounts/*/products/*}
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/products GET https://merchantapi.googleapis.com/products/v1beta/{parent=accounts/*}/products {merchantId} {parent=accounts/*}

แหล่งข้อมูล

API เนื้อหาสำหรับช็อปปิ้ง API ผลิตภัณฑ์ของผู้ขาย คำอธิบาย
  • ผลิตภัณฑ์
  • ProductStatus
  • ผลิตภัณฑ์
  • ProductInput
เราได้ย้ายหลายช่องที่อยู่ในแหล่งข้อมูล Product ใน Content API for Shopping ไปอยู่ใต้ช่อง Attribute ในแหล่งข้อมูล ProductInput ใน Merchant Products API