ליצירת insert
בקשה
בנתוני המוצר ובמספר המזהה שלכם ב-Merchant Center:
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
ודאו שקיבלתם קוד סטטוס HTTP 200.
צפייה במוצר
ליצירת get
בקשה
ולציין את מספר המזהה שלכם ב-Merchant Center
productId:
GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products/productId
מוודאים שקיבלתם קוד סטטוס HTTP 200 ואת נתוני ה-JSON של
המוצר.
עדכון מוצר
בונים את קובץ ה-JSON החדש של מוצר מסוים. לדוגמה, שינוי שדה אחד
availability: in stock של JSON, כדי availability: out of stock בשביל
המוצר שבו השתמשת כדי לבדוק את הקריאה insert.
ליצירת insert
בקשה
בנתוני המוצר החדשים ובמספר חשבון Merchant שלכם:
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
ודאו שקיבלתם קוד סטטוס HTTP 200. אחרי חמש לפחות
דקות, אפשר לשלוח עוד בקשת get כדי לאשר את הערך המעודכן,
availability: out of stock, הוחל.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["This page provides examples of how to interact with the `products` resource using the Content API for Shopping."],["You can add a new product by constructing valid JSON and making an `insert` request."],["View an existing product using a `get` request with your merchant ID and the product ID."],["Update a product's information by making an `insert` request with the updated JSON data."],["Delete a product using a `delete` request with your merchant ID and the product ID."]]],[]]