মার্চেন্ট API-এর সাথে আপনার অ্যাকাউন্টের সংযোগ যাচাই করুন৷
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
আপনার যদি একটি বিদ্যমান বণিক কেন্দ্র অ্যাকাউন্ট থাকে, তাহলে আপনি আপনার অ্যাকাউন্টটি মার্চেন্ট API-এর সাথে ব্যবহারের জন্য প্রস্তুত কিনা তা যাচাই করতে রেফারেন্স ডকুমেন্টেশনেGoogle APIs এক্সপ্লোরার ব্যবহার করতে পারেন।
accounts/ এবং আপনার merchantId সংযুক্ত করে আপনার অ্যাকাউন্টের সম্পদের নাম খুঁজুন। আপনি Google Merchant Center- এর শীর্ষে আপনার merchantId খুঁজে পেতে পারেন।
parent ক্ষেত্রে আপনার অ্যাকাউন্টের সম্পদের নাম লিখুন।
শংসাপত্র বিভাগে, Google OAuth 2.0 এবং API কী নির্বাচন করুন।
এক্সিকিউট এ ক্লিক করুন।
অনুরোধ করা হলে, আপনার Google Merchant Center অ্যাকাউন্টের সাথে যুক্ত Google অ্যাকাউন্ট দিয়ে সাইন ইন করুন।
আপনার Merchant Center অ্যাকাউন্ট সঠিকভাবে সেট আপ করা থাকলে, অনুরোধটি সফল হয় এবং একটি HTTP প্রতিক্রিয়া কোড 200 ফেরত দেয়। আপনি এইমাত্র একটি নতুন অ্যাকাউন্ট তৈরি করলে, accounts.products.list পদ্ধতি কোনো পণ্য ফেরত দেয় না।
এর পরে, অন্যান্য বণিক কেন্দ্র অ্যাকাউন্টগুলিতে অ্যাক্সেসের অনুরোধ করতে একটি ক্লায়েন্ট লাইব্রেরি ব্যবহার করার চেষ্টা করুন। ক্লায়েন্ট লাইব্রেরিগুলি ব্যবহারকারীর অনুমোদন সমর্থন করে, যা বণিক কেন্দ্র অ্যাকাউন্ট ডেটা অ্যাক্সেস এবং পরিচালনা করার জন্য একটি অ্যাপ্লিকেশন অনুমতি দেয়।
আপনি আপনার নিজের অ্যাকাউন্টে API অ্যাক্সেস অনুমোদন করতে একটি পরিষেবা অ্যাকাউন্ট ব্যবহার করতে পারেন। একটি পরিষেবা অ্যাকাউন্ট হল একটি বিশেষ ধরনের অ্যাকাউন্ট যা একটি পৃথক ব্যবহারকারীর পরিবর্তে একটি অ্যাপ্লিকেশনের অন্তর্গত। আরও তথ্যের জন্য, পরিষেবা অ্যাকাউন্ট ওভারভিউ দেখুন।
[[["সহজে বোঝা যায়","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-05-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Existing merchant account holders can use the API explorer to verify their account's compatibility with the Merchant API."],["Account verification involves locating your `merchantId`, constructing the resource name, and executing the `accounts.products.list` method within the API Explorer using your credentials."],["Successful verification is indicated by an HTTP response code `200`, although new accounts may not return any product data."],["After verification, users can proceed to utilize client libraries for accessing other merchant accounts or employ service accounts for authorizing API access to their own account."]]],["To verify a merchant account for API use, locate your `merchantId` in Google Merchant Center and construct the account's resource name. In the API Explorer, use the `accounts.products.list` method, input the resource name in the `parent` field, and select Google OAuth 2.0 and API key credentials. Executing the request should return an HTTP 200 code, confirming successful setup. For new accounts, the product list will be empty. Further access can be configured via client libraries or service accounts.\n"]]