लोकल फ़ीड के साथ पार्टनरशिप को माइग्रेट करना

अपनी इन्वेंट्री, स्टोर, और बिक्री का डेटा, Google के साथ शेयर करने के लिए Merchant API का इस्तेमाल किया जा सकता है. इससे, प्रॉडक्ट को बेहतर ढंग से देखने और मैनेज करने में मदद मिलती है.

नई सुविधाएं

Content API की सुविधाओं के अलावा, Merchant API में ये नई सुविधाएं भी उपलब्ध हैं:

  • स्थानीय फ़ीड पार्टनरशिप इंटिग्रेशन से जुड़ी, व्यापारी/कंपनी/कारोबारी के लेवल की प्रॉपर्टी की स्थिति को वापस पाने का तरीका
  • खुदरा दुकानदार को सूचना भेजने का तरीका

इन तरीकों के बारे में जानकारी के लिए, Local feeds partnership API को देखें.

अनुरोध

स्थानीय फ़ीड पार्टनरशिप एपीआई के लिए, अनुरोध यूआरएल के इस फ़ॉर्मैट का इस्तेमाल करें:

POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpInventories:insert

ज़्यादा जानकारी के लिए, तरीका: accounts.lfpInventories.insert देखें.

इन्वेंट्री डालने के अनुरोध के लिए, Content API for Shopping और स्थानीय फ़ीड पार्टनरशिप एपीआई की तुलना का सैंपल यहां दिया गया है:

Content API Merchant API
URL POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/inventory POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpInventories:insert
आइडेंटिफ़ायर {merchantId}/pos/{targetMerchantId} {parent}

यहां सेल डालने के अनुरोध के लिए, Content API for Shopping और स्थानीय फ़ीड पार्टनरशिप एपीआई की तुलना का एक सैंपल दिया गया है:

Content API Merchant API
URL POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/sale POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpSales:insert
आइडेंटिफ़ायर {merchantId}/pos/{targetMerchantId} {parent}

स्टोर जोड़ने के अनुरोध के लिए, Content API for Shopping और स्थानीय फ़ीड पार्टनरशिप एपीआई की तुलना का एक सैंपल यहां दिया गया है:

Content API Merchant API
URL POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpStores:insert
आइडेंटिफ़ायर {merchantId}/pos/{targetMerchantId} {parent}

तरीके

Local feeds partnership API में, स्टोर एपीआई के तरीकों में ये बदलाव हुए हैं:

तरीका Content API for Shopping में यूआरएल Merchant API में यूआरएल Content API for Shopping में आइडेंटिफ़ायर Merchant API में आइडेंटिफ़ायर ब्यौरा
insert POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store POST https://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores:insert {merchantId}/pos/{targetMerchantId} {parent} parent, accounts/{lfpPartnerAccountId} वाले फ़ॉर्मैट में हो
delete DELETE https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store/{storeCode} DELETE https://merchantapi.googleapis.com/lfp/v1beta/{name=accounts/*/lfpStores/*} {merchantId}/pos/{targetMerchantId}/store/{storeCode} {name} name का फ़ॉर्मैट accounts/{lfpPartnerAccountId}/lfpStores/{targetMerchantId}~{storeCode} है
get GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store/{storeCode} GET https://merchantapi.googleapis.com/lfp/v1beta/{name=accounts/*/lfpStores/*} {merchantId}/pos/{targetMerchantId}/store/{storeCode} {name} name का फ़ॉर्मैट accounts/{lfpPartnerAccountId}/lfpStores/{targetMerchantId}~{storeCode} है
list GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store GET https://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores /{merchantId}/pos/{targetMerchantId} {parent} {parent}, accounts/{lfpPartnerAccountId} फ़ॉर्मैट में है

Local feeds partnership API में इन्वेंट्री एपीआई के तरीकों में हुए बदलावों के बारे में यहां बताया गया है:

तरीका Content API for Shopping में यूआरएल Merchant API में यूआरएल Content API for Shopping में आइडेंटिफ़ायर Merchant API में आइडेंटिफ़ायर ब्यौरा
insert POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpInventories:insert {merchantId}/pos/{targetMerchantId} {parent} parent, accounts/{lfpPartnerAccountId} वाले फ़ॉर्मैट में हो

Local feeds partnership API में, बिक्री के लिए उपलब्ध एपीआई के तरीकों में ये बदलाव हुए हैं:

तरीका Content API for Shopping में यूआरएल Merchant API में यूआरएल Content API for Shopping में आइडेंटिफ़ायर Merchant API में आइडेंटिफ़ायर ब्यौरा
insert POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/pos/{targetMerchantId}/store POST https://merchantapi.googleapis.com/lfp/v1beta/{parent}/lfpSales:insert {merchantId}/pos/{targetMerchantId} {parent} {parent}, accounts/{lfpPartnerAccountId} वाले फ़ॉर्मैट में हो

संसाधन

Local feeds partnership API में स्टोर रिसॉर्स के लिए ये बदलाव किए गए हैं. यहां शामिल नहीं किए गए फ़ील्ड में कोई बदलाव नहीं किया गया है.

Shopping के लिए Content API Merchant API ब्यौरा
ये काम नहीं करते हैं name: string अलग-अलग स्टोर के बीच फ़र्क़ करने के लिए, नया फ़ील्ड जोड़ा गया
ये काम नहीं करते हैं targetAccount: integer वह व्यापारी खाता जिसके लिए इन्वेंट्री डालनी है
targetCountry: string regionCode: string targetCountry का नाम बदलकर regionCode कर दिया गया है
websiteUrl: string websiteUri: string websiteUrl का नाम बदलकर websiteUri कर दिया गया है
kind: string ये काम नहीं करते हैं kind, स्थानीय फ़ीड पार्टनरशिप एपीआई में काम नहीं करता

इन्वेंट्री डालने के लिए जो बदलाव हुए हैं उनकी जानकारी यहां दी गई है. जिन फ़ील्ड को यहां शामिल नहीं किया गया है उनमें कोई बदलाव नहीं किया गया है.

Shopping के लिए Content API Merchant API ब्यौरा
ये काम नहीं करते हैं name: string अलग-अलग इन्वेंट्री में अंतर करने के लिए नया फ़ील्ड जोड़ा गया
ये काम नहीं करते हैं targetAccount: integer वह व्यापारी खाता जिसके लिए इन्वेंट्री डालनी है.
targetCountry: string regionCode: string targetCountry का नाम बदलकर regionCode कर दिया गया है. उस देश के लिए CLDR इलाके का कोड जहां प्रॉडक्ट बेचा जाता है.
itemId: string offerId: string itemId का नाम बदलकर offerId कर दिया गया है
quantity: string quantity: string quantity को अपडेट किया गया है, ताकि इसे ज़रूरी न माना जाए
ये काम नहीं करते हैं availability: string availability डालना ज़रूरी है

price: {

object (Price)

}

price: {

object (Price)

}

कीमत की परिभाषा बदल गई है. ज़्यादा जानकारी के लिए, किराया देखें.
timestamp: string collectionTime: string timestamp का नाम बदलकर collectionTime कर दिया गया है
kind: string ये काम नहीं करते हैं kind का इस्तेमाल, Local Feeds Partnership API में नहीं किया जा सकता.

सेल जोड़ने के लिए, यहां बताए गए बदलाव किए गए हैं. जिन फ़ील्ड को यहां शामिल नहीं किया गया है उनमें कोई बदलाव नहीं किया गया है.

Shopping के लिए Content API Merchant API ब्यौरा
ये काम नहीं करते हैं name: string अलग-अलग इन्वेंट्री में अंतर करने के लिए नया फ़ील्ड जोड़ा गया
ये काम नहीं करते हैं targetAccount:integer बिक्री की जानकारी डालने के लिए मर्चेंट खाता
targetCountry: string regionCode: string उस देश के लिए CLDR इलाके का कोड जहां प्रॉडक्ट बेचा जाता है.
itemId: string offerId: string itemId का नाम बदलकर offerId कर दिया गया है

price: {

object (Price)

}

price: {

object (Price)

}

कीमत की परिभाषा बदल गई है. ज़्यादा जानकारी के लिए, किराया देखें.
timestamp: string saleTime: string timestamp का नाम बदलकर saleTime कर दिया गया है
kind: string ये काम नहीं करते हैं Local feeds partnership API में kind का इस्तेमाल नहीं किया जा सकता.