সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি বণিক অ্যাকাউন্টের সাথে সম্পর্ক ফ্ল্যাগ করতে, একটি শপিং অংশীদারকে প্রথমে একটি লিঙ্ক করার অনুরোধ পাঠাতে accounts.link পদ্ধতি ব্যবহার করতে হবে।
লিঙ্কের অনুরোধে একটি linkedAccountId থাকে যা অনুরোধ প্রাপ্ত বণিককে শনাক্ত করে এবং একটি action ধরনের request থাকে। প্রতিটি লিঙ্কে services একটি সেটও নির্দিষ্ট করা উচিত যা অংশীদার বণিককে কোন বৈশিষ্ট্যগুলি প্রদান করে তা গণনা করে৷ নিম্নলিখিত services মানগুলি সমর্থিত।
সেবা
বর্ণনা
shoppingAdsProductManagement
শপিং বিজ্ঞাপনের জন্য পণ্য ডেটা ব্যবস্থাপনা
shoppingActionsProductManagement
Buy on Google-এর জন্য প্রোডাক্ট ডেটা ম্যানেজমেন্ট (আগে শপিং অ্যাকশন নামে পরিচিত)
shoppingActionsOrderManagement
Buy on Google এর জন্য অর্ডার ম্যানেজমেন্ট (আগে শপিং অ্যাকশন নামে পরিচিত)
উপরন্তু, একটি অনুরোধে অবশ্যই একটি বৈধ linkType থাকতে হবে যা শপিং পার্টনারের অনুরোধের ধরন বর্ণনা করে। কেনাকাটার অংশীদারদের নিম্নলিখিত লেবেলগুলির মধ্যে একটি বরাদ্দ করা হয়েছে এবং API কল করার সময় linkType ক্ষেত্রে তাদের মনোনীত লেবেল ব্যবহার করা উচিত৷
বৈধ লিঙ্ক প্রকার
channelPartner
eCommercePlatform
উদাহরণ
নিম্নলিখিত API কলটি একটি অংশীদারের অ্যাকাউন্ট 123456789 থেকে "98765"linkedAccountId সহ একজন বণিককে একটি লিঙ্ক অনুরোধ পাঠায়।
"eCommercePlatform"linkType অংশীদারকে একটি ই-কমার্স প্ল্যাটফর্ম হিসেবে চিহ্নিত করে। services তালিকাটি নির্দেশ করে যে অংশীদার "shoppingAdsProductManagement" (শপিং বিজ্ঞাপনের জন্য পণ্য ডেটা ম্যানেজমেন্ট) এবং "shoppingActionsOrderManagement" (Google-এ কেনার জন্য অর্ডার ম্যানেজমেন্ট, আগে শপিং অ্যাকশন নামে পরিচিত) বৈশিষ্ট্যগুলি প্রদান করে।
[[["সহজে বোঝা যায়","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"]],["2025-01-05 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The Merchant API is the new version of the Content API for Shopping and represents the future of the platform."],["To establish a relationship, partners must send a linking request using the `accounts.link` method, specifying the desired services and partner type."],["The link request requires approval from the receiving merchant before it becomes fully established."],["Partners can be categorized as either `channelPartner` or `eCommercePlatform` and must use their designated `linkType` in the API call."],["The `services` field allows partners to indicate the specific features they offer to merchants, such as product and order management."]]],["The Merchant API beta, a new version of the Content API for Shopping, is introduced. Shopping partners must use the `accounts.link` method to request a link to a merchant account. This requires specifying the `linkedAccountId` of the merchant, the `linkType` (e.g., `channelPartner`, `eCommercePlatform`), the provided `services` (e.g., `shoppingAdsProductManagement`), and an `action` of `request`. The link requires the receiving merchant's approval to be established. An example API call is provided.\n"]]