संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Manufacturer Center (MfC) API की मदद से ऐप्लिकेशन,
Manufacturer Center प्लैटफ़ॉर्म. आपकी मदद करने के लिए
तो शुरुआत में, हम Java और .NET में कोड सैंपल उपलब्ध कराते हैं.
इस गाइड से, आपको मैन्युफ़ैक्चरर का इस्तेमाल करके पहला ऐप्लिकेशन बनाने में मदद मिलेगी
Center API. इससे पहले कि आप कोडिंग शुरू करें, आपको कुछ चीज़ें करनी होंगी.
REST सपोर्ट
हमारा REST API दो तरह के संसाधनों के लिए बुनियादी CRUD के ऑपरेशन के साथ काम करता है:
ब्रैंड मालिकों के लिए प्रॉडक्ट
और डेटा पार्टनर शामिल हैं.
साथ ही, सर्टिफ़िकेट देने वाली संस्थाओं के लिए ProductCertification भी लिया जाता है.
इसके अलावा, बाकी के दस्तावेज़ मुख्य रूप से Product के लिए लिखे जाएंगे. हालांकि, ProductCertification की प्रोसेस एक जैसी होनी चाहिए.
यह याद रखें कि इस Manufacturer Center को बनाने के लिए, आपने किस ईमेल का इस्तेमाल किया था
खाते से लिंक किया है, जैसा आपको बाद में चाहिए होगा. स्क्रीनशॉट में, आपको यह दिखेगा
manufacturer_user@example.com के तौर पर दिखाया जाता है.
अपना पहला एपीआई अनुरोध करें (कोड की लाइन के बिना!)
पक्का करें कि जिस Google खाते से लॉग इन किया गया है वह 'उपयोगकर्ताओं' की सूची में शामिल हो सेट हो रहा है
सेटिंग टैब में.
API एक्सप्लोरर में, पक्का करें कि Google OAuth 2.0 को
पुष्टि करना ड्रॉप-डाउन मेन्यू:
{account_id} को अपनेaccounts/{account_id}
आपके Manufacturer Center खाते से Manufacturer Center के 'पैरंट' खाते में Manufacturer Center का आईडी
फ़ॉर्म के फ़ील्ड में जाकर लागू करें पर क्लिक करें.
आपको एक सफल जवाब दिखेगा. बधाई हो! आपने अपना
Manufacturer Center API के पहले अनुरोध पर.
अगर आपके Manufacturer Center में अभी तक कोई प्रॉडक्ट नहीं है, तो कोई भी प्रॉडक्ट नहीं दिखेगा
सूची में शामिल करें. इसके बाद, दूसरे अनुरोधों पर नज़र रखी जा सकती है और
वे क्या करते हैं. यह एक RESTful API है, इसलिए सभी अनुरोध एक जैसे तरीके से काम करते हैं. ऐप्लिकेशन
प्रॉडक्ट खरीदने के बाद, इसे आज़माने का
Accounts.Products.get.
Google API कंसोल प्रोजेक्ट बनाएं
Manufacturer Center API के अनुरोध, आपके एपीआई कंसोल प्रोजेक्ट के ज़रिए किए जाते हैं. यहां हम मान लेते हैं कि आप अपने
Manufacturer Center खाता, इसलिए हमारा सुझाव है कि आप सेवा का इस्तेमाल करें
खातों के साथ-साथ
पुष्टि करने की प्रक्रिया. सेवा देखें
खाते
अपने Manufacturer Center खाते के साथ इस्तेमाल करने के लिए, नया सेवा खाता सेट अप करें.
Java का इस्तेमाल करके, आपका पहला अनुमति वाला एपीआई अनुरोध
अब जबकि आपने सेवा खाता सेट अप कर लिया है और सेवा खाता आईडी को
बनाना बंद किया है, तो आप इनका इस्तेमाल करके अपना खाता ऐक्सेस कर सकते हैं:
सैंपल कोड उपलब्ध है. यह गाइड Java का इस्तेमाल करके,
सैंपल.
अगर आपने पहले से Apache Maven इंस्टॉल नहीं किया है, तो उसे इंस्टॉल करें.
अगर आपने README में कॉन्फ़िगरेशन के निर्देशों का पालन नहीं किया है
सोर्स फ़ाइलों के साथ, आपको गड़बड़ी का मैसेज दिखेगा कि कोई सैंपल नहीं है
कॉन्फ़िगरेशन मिल सकता है. कॉन्टेंट बनाने के लिए, README में दिए गए निर्देशों का पालन करें
कॉन्फ़िगरेशन डायरेक्ट्री को कॉन्फ़िगर करना और उसे
जानकारी. अपनी सेवा सेट अप करते समय डाउनलोड की गई JSON फ़ाइल
खाते को फ़ाइल नाम के साथ उस डायरेक्ट्री में रखा जाना चाहिए
service-account.json. कोड को यह बताना याद रखें कि आपकी फ़ाइल किस स्थान पर है
जो एनवायरमेंट वैरिएबल सेट कर रहा है.
यहां पहुंचने के बाद, Java प्रोग्राम को एक्ज़ीक्यूट होना पूरा हो जाना चाहिए और फिर उसे प्रिंट कर लेना चाहिए
या कोई ऐसा मैसेज दिखा सकता है कि
आपके खाते में मौजूद प्रॉडक्ट. अगर आपको गड़बड़ी वाला कोई मैसेज मिलता है जैसे कि "उपयोगकर्ता ऐक्सेस नहीं कर सकता
खाता 1234567890" पर सेट है, तो ऐसा शायद इसलिए है, क्योंकि आपने
सेवा खाते के उपयोगकर्ता को Manufacturer Center में अनुमति पा चुके उपयोगकर्ता के तौर पर शामिल करना.
एपीआई का नज़रिया, एपीआई कंसोल प्रोजेक्ट ने
किसी ऐसे उपयोगकर्ता की ओर से जो अनुमति वाले Manufacturer Center की सूची में नहीं है
इसलिए, एडमिन उस अनुरोध को अस्वीकार कर देंगे.
आप ProductsListSample को जितनी बार चाहें उतनी बार चलाकर प्रयोग कर सकते हैं
नहीं चाहते, क्योंकि यह सिर्फ़ रीड-ओनली अनुरोध है. आप चाहें, तो अन्य
के नमूने, जिन्हें हमने Java और .NET दोनों के लिए बनाया है.
[null,null,["आखिरी बार 2025-08-31 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe Manufacturer Center API allows direct interaction with the Manufacturer Center platform, offering code samples in Java and .NET to facilitate application development.\u003c/p\u003e\n"],["\u003cp\u003eBefore using the API, you need to set up a Manufacturer Center account and make an initial API request using the API Explorer to authorize access.\u003c/p\u003e\n"],["\u003cp\u003eA Google API Console project with a service account is necessary to make requests to the Manufacturer Center API, enabling secure communication.\u003c/p\u003e\n"],["\u003cp\u003eYou can access your Manufacturer Center account using provided sample code (e.g., Java samples) after configuring a service account and adding it as an authorized user.\u003c/p\u003e\n"],["\u003cp\u003eThe samples demonstrate various API functionalities, including listing products and performing other read-only operations, allowing for experimentation and further exploration.\u003c/p\u003e\n"]]],[],null,["# Get Started\n\nThe Manufacturer Center (MfC) API allows apps to interact directly with the\n[Manufacturer Center platform](https://manufacturers.google.com). To help you\nget started, we offer [code samples](/manufacturers/libraries) in Java and .NET.\n\nThis guide will help you create your first application using the Manufacturer\nCenter API. Before you can start coding, there are a few things you need to do.\n\nREST Support\n------------\n\nOur REST API supports basic CRUD operations for 2 different types of resources:\n\n- [Product](/manufacturers/reference/rest/v1/accounts.products) for Brand Owners and Data Partners.\n- And [ProductCertification](/manufacturers/reference/rest/v1/accounts.languages.productCertifications) for Certification Bodies.\n\nThe rest of this documentation will be written mainly for [Product](/manufacturers/reference/rest/v1/accounts.products) but the process should be similar for [ProductCertification](/manufacturers/reference/rest/v1/accounts.languages.productCertifications).\n\nSet up your Manufacturer Center Account\n---------------------------------------\n\n1. Create a [Manufacturer Center\n Account](//support.google.com/manufacturers/answer/7064831).\n\n | **Note:** Certification Body users can't create an account this way but need to contact our support directly.\n2. Be sure to remember which email you used to create this Manufacturer Center\n account, as you will need that later. In the screenshots, you'll see it\n represented as **manufacturer_user@example.com**.\n\nMake your first API request (without a line of code!)\n-----------------------------------------------------\n\n1. Head over to the [APIs\n Explorer](/manufacturers/reference/rest/v1/accounts.products/list#try-it) in\n our developer documentation for `Accounts.Products.list`.\n\n2. Ensure that the logged in Google account is listed in the 'Users' setting\n in the Settings tab.\n\n3. In the APIs Explorer, make sure that **Google OAuth 2.0** is selected in the\n **Authentication** drop-down menu:\n\n4. Enter `accounts/{account_id}`, replacing `{account_id}` with your\n Manufacturer ID from your Manufacturer Center account, into the 'parent'\n field of the form, and click **Execute**.\n\n | **Note:** If you have not previously granted OAuth2 permission, you will now be asked to authorize the call.\n5. You should see a successful response. Congratulations! You've made your\n first Manufacturer Center API request.\n\n6. If you have no products in your Manufacturer Center yet, there won't be any\n in the list. At this point, you can hop to other requests and take a look at\n what they do. Since this is a RESTful API, all requests work similarly. A\n good next step, once you have products, is to try\n [`Accounts.Products.get`](/manufacturers/reference/rest/v1/accounts.products/get#try-it).\n\nCreate a Google API Console Project\n-----------------------------------\n\nRequests to the Manufacturer Center API are made through your API Console project. Here we assume you will be accessing your own\nManufacturer Center account, so we suggest using [service\naccounts](/identity/protocols/OAuth2ServiceAccount) to simplify the\nauthentication flow. See the [Service\nAccounts](/manufacturers/how-tos/service-accounts) Guide for details on how to\nset up a new service account to use with your Manufacturer Center account.\n| **Note:** If you are interested in making calls on behalf of clients with their own Manufacturer Center accounts, then see the [Authorize\n| Requests](/manufacturers/how-tos/authorizing) guide.\n\nYour first authorized API request using Java\n--------------------------------------------\n\nNow that you've set up a service account and added the service account ID to\nyour Manufacturer Center account, you can access your account using the\navailable [Samples code](/manufacturers/libraries). This guide uses the Java\nsamples to demonstrate using the API.\n\n1. Install [Apache Maven](https://maven.apache.org/), if you haven't already.\n\n2. Download our [Shopping\n samples](//github.com/googleads/googleads-shopping-samples/) from our GitHub\n page.\n\n3. From within the `java` subdirectory, build the Java samples:\n\n $ mvn compile\n\n4. Now run the `ProductsListSample` (the example for [ProductCertification](/manufacturers/reference/rest/v1/accounts.languages.productCertifications) would be `ListProductCertificationsSample`) code:\n\n $ mvn exec:java -Dexec.mainClass=\"shopping.manufacturers.v1.samples.products.ProductsListSample\"\n\n5. If you haven't followed the configuration directions in the README\n accompanying the source files, you will get an error that no sample\n configuration could be found. Follow the directions in the README to create\n the configuration directory and to populate it with the appropriate\n information. The JSON file you downloaded while setting up your service\n account should be placed in that directory with the filename\n `service-account.json`. Remember to tell the code where your file is by\n setting the following environment variable.\n\n export GOOGLE_APPLICATION_CREDENTIALS=\u003cPath to your JSON credentials file\u003e\n\n6. Now that you have set up the samples configuration, run the\n `ProductsListSample` code again.\n\n $ mvn exec:java -Dexec.mainClass=\"shopping.manufacturers.v1.samples.products.ProductsListSample\"\n\n7. At this point, the Java program should finish executing, and print out\n either a list of products that it found, or a message that there were no\n products in your account. If you get an error such as \"User cannot access\n account 1234567890\", it's most likely because you have not set up the\n service account user as an authorized user in Manufacturer Center. From the\n API's standpoint, the API Console project sent a request on\n behalf of a user who was not on the list of authorized Manufacturer Center\n administrators, so it would, of course, reject that request.\n\n8. You can experiment with running `ProductsListSample` as many times as you\n want, since it is a read-only request. You can also explore the other\n samples that we've created for both Java and .NET."]]