আপনি যদি অস্ট্রিয়া, জার্মানি, বা সুইজারল্যান্ডে পরিবেশন করেন তবে আপনাকে অবশ্যই একটি সম্পর্কে পৃষ্ঠা জমা দিতে হবে । উদাহরণস্বরূপ, আপনি মার্কিন যুক্তরাষ্ট্র এবং জার্মানিতে পরিবেশন করার জন্য নিম্নলিখিত তথ্য জমা দিতে পারেন:
যতক্ষণ না এই URL যাচাই করা হয়, ইনভেন্টরি যাচাইয়ের অনুরোধ করা যাবে না। URL যাচাইকরণের স্থিতি দেখতে, liasettings.get এর মাধ্যমে অ্যাকাউন্টের LIA সেটিংস পুনরুদ্ধার করুন এবং সংশ্লিষ্ট স্থিতি ক্ষেত্রের মান পরীক্ষা করুন:
একবার URL-এর সাথে যুক্ত স্থিতি active তে পরিবর্তিত হলে, URLটি যাচাই করা হয়৷ যদি স্ট্যাটাসটি inactive থাকে, তাহলে আপনার সম্বন্ধে পৃষ্ঠার সাথে আপনার অবশ্যই সমাধান করতে হবে এমন কিছু সমস্যা আছে। একবার আপনি যেকোন সমস্যা সমাধান করে ফেললে, আপনি হয় আপনার LIA সেটিংস সম্পর্কে পৃষ্ঠার অবস্থানের সাথে আপডেট করে একটি নতুন পর্যালোচনা ট্রিগার করতে পারেন, এটি একই বা পরিবর্তিত হয়েছে কিনা।
অর্ডার এবং ইন-স্টোর অর্ডার নীতি পৃষ্ঠা প্রদর্শনে
আপনি যদি অন ডিসপ্লে টু অর্ডার (ODO) বৈশিষ্ট্যটি ব্যবহার করতে চান, তাহলে আপনাকে এটি প্রতি-দেশের ভিত্তিতে সেট আপ করতে হবে:
মনে রাখবেন যে আপনি ইনভেন্টরি যাচাইয়ের অনুরোধ করার আগে ODO-এর জন্য যে URLটি প্রদান করেন সেটি অবশ্যই যাচাই করা উচিত। যাচাইকরণ এবং/অথবা সমস্যাগুলির ক্ষেত্রে নীতি URL-এর অন্য পর্যালোচনার অনুরোধ করার প্রক্রিয়াটি সম্পর্কে পৃষ্ঠার মতো একই প্রবাহ অনুসরণ করে:
[[["সহজে বোঝা যায়","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-08-13 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Merchant API is the new version of the Content API for Shopping and represents the future of the platform.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage Local Inventory Ads (LIA) settings, including country targeting and About page submission, using the \u003ccode\u003eliasettings\u003c/code\u003e service.\u003c/p\u003e\n"],["\u003cp\u003eFor countries like Austria, Germany, and Switzerland, an About page submission is required for serving LIAs and must be verified before inventory verification can be requested.\u003c/p\u003e\n"],["\u003cp\u003eOn Display to Order (ODO) feature requires a country-specific setup, including a verified shipping cost policy URL, before inventory verification.\u003c/p\u003e\n"],["\u003cp\u003eVerification status for both About pages and ODO policy URLs can be retrieved using the \u003ccode\u003eliasettings.get\u003c/code\u003e method, and updates or re-reviews can be triggered by modifying the LIA settings.\u003c/p\u003e\n"]]],["The Merchant API's beta version is introduced as the successor to the Content API for Shopping. Using the `liasettings` service, users can manage settings for local inventory ads (LIA). This involves specifying target countries via `liasettings.update` and submitting an \"About page\" URL for Austria, Germany, or Switzerland. The `liasettings.get` method allows checking the URL verification status. The \"on display to order\" (ODO) feature can be enabled per country with a verified policy URL.\n"],null,["# Configure target countries\n\nYou can manage LIA-related settings with the\n[`liasettings`](/shopping-content/reference/rest/v2.1/liasettings) service.\n\nCall [`liasettings.update`](/shopping-content/reference/rest/v2.1/liasettings/update) to specify the countries where you plan to serve local inventory ads. Here's an example: \n\n PUT https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890\n {\n \"accountId\" : 67890,\n \"countrySettings\" : [{\n \"country\" : \"US\"\n }]\n }\n\nAbout pages\n-----------\n\nIf you're serving in Austria, Germany, or Switzerland, you must also [submit an About page](https://support.google.com/merchants/answer/7455784). For example, you might submit the following information to serve in the US and Germany: \n\n PUT https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890\n {\n \"accountId\" : 67890,\n \"countrySettings\" : [{\n \"country\" : \"US\"\n },\n {\n \"country\" : \"DE\",\n \"about\" : {\n \"url\" : \"https://www.example.com/de/about\"\n }\n }]\n }\n\nUntil this URL is verified, inventory verification cannot be requested. To see\nthe URL verification status, retrieve the account's LIA settings via\n[`liasettings.get`](/shopping-content/reference/rest/v2.1/liasettings/get) and check\nthe value of the associated status field: \n\n GET https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890\n\n Response:\n 200 OK\n {\n \"kind\": \"content#liaSettings\",\n \"accountId\" : 67890,\n \"countrySettings\" : [{\n \"country\" : \"US\"\n },\n {\n \"country\" : \"DE\",\n \"about\" : {\n \"url\" : \"https://www.example.com/de/about\",\n \"status\" : \"pending\"\n }\n }]\n }\n\nOnce the status associated with the URL changes to `active`, the URL is\nverified. If the status is `inactive`, then there are issues you must address\nwith your About page. Once you've addressed any issues, you can trigger a new\nreview by either updating your LIA\nsettings with the location of the About page, whether it is the same or has\nchanged.\n\nOn display to order and in-store order policy pages\n---------------------------------------------------\n\nIf you want to use the\n[on display to order](https://support.google.com/merchants/answer/7029575) (ODO)\nfeature, then you should also set that up on a per-country basis: \n\n PUT https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890\n {\n \"accountId\" : 67890,\n \"countrySettings\" : [{\n \"country\" : \"US\",\n \"onDisplayToOrder\": {\n \"shippingCostPolicyUrl\" : \"https://www.example.com/inStoreOrderPolicy\"\n }\n }]\n }\n\nNote that the URL you provide for ODO must be verified *before* you request\ninventory verification. The process for checking verification and/or requesting\nanother review of the policy URL in the case of issues follows the same flow as\nthe About page: \n\n GET https://shoppingcontent.googleapis.com/content/v2.1/12345/liasettings/67890\n\n Response:\n 200 OK\n {\n \"kind\": \"content#liaSettings\",\n \"accountId\" : 67890,\n \"countrySettings\" : [{\n \"country\" : \"US\",\n \"onDisplayToOrder\": {\n \"shippingCostPolicyUrl\" : \"https://www.example.com/inStoreOrderPolicy\",\n \"status\" : \"pending\"\n }\n }]\n }"]]