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

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

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

Content API for Shopping Merchant Products API คำอธิบาย
URL https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/ https://merchantapi.googleapis.com/products/v1beta/{PARENT}/productInputs:insert ตัวแปร {PARENT} ใน URL คำขอ Merchant API แสดงตัวระบุที่ไม่ซ้ำกันของบัญชี
ตัวระบุ {ID} {NAME}

เมธอด

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

วิธีการ Content API for Shopping Merchant Products API
customBatch ใช่ ไม่ได้
insert ได้ ได้
get ได้ ได้
update ใช่ ไม่พร้อมใช้งาน
delete ใช่ ได้
list ได้ ใช่

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

Content API for Shopping Merchant API
GET https://shoppingcontent.googleapis.com/content/v2.1/{ACCOUNT_ID}/products/{PRODUCT_ID} 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/{MERCHANT_ID}/products POST https://merchantapi.googleapis.com/products/v1beta/{PARENT}/productsInputs:insert?dataSource=accounts/{MERCHANT_ID}/dataSources/{DATASOURCE_ID} {MERCHANT_ID} {PARENT}
update PATCH https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/{PRODUCT_ID} ไม่พร้อมใช้งาน
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/{PRODUCT_ID} DELETE https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/productInputs/*}?dataSource=accounts/{MERCHANT_ID}/dataSources/{DATASOURCE_ID} {MERCHANT_ID}/datafeeds/{PRODUCT_ID} {name=accounts/*/productInputs/*}
get GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products/{PRODUCT_ID} GET https://merchantapi.googleapis.com/products/v1beta/{name=accounts/*/products/*} {MERCHANT_ID}/datafeeds/{PRODUCT_ID} {name=accounts/*/products/*}
list GET https://shoppingcontent.googleapis.com/content/v2.1/{MERCHANT_ID}/products GET https://merchantapi.googleapis.com/products/v1beta/{parent=accounts/*}/products {MERCHANT_ID} {parent=accounts/*}

แหล่งข้อมูล

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