ניהול העברת מוצרים

אפשר להשתמש ב-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}

Methods

בהמשך מופיעה השוואה בין השיטות של המוצרים ב-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.