ज़रूरी है. उस व्यापारी/कंपनी/कारोबारी का Merchant Center आईडी जिसके स्टोर की लिस्टिंग करनी है.
pageSize
integer
ज़रूरी नहीं. दिए गए खाते के लिए, LfpStore रिसॉर्स की ज़्यादा से ज़्यादा संख्या. अगर दिए गए खाते के लिए स्टोर की संख्या pageSize से कम है, तो यह सेवा इस वैल्यू से कम की संख्या दिखाती है. डिफ़ॉल्ट वैल्यू 250 है. ज़्यादा से ज़्यादा वैल्यू 1,000 है. अगर ज़्यादा से ज़्यादा वैल्यू से ज़्यादा वैल्यू दी जाती है, तो pageSize डिफ़ॉल्ट रूप से ज़्यादा से ज़्यादा वैल्यू पर सेट हो जाएगा.
pageToken
string
ज़रूरी नहीं. पेज टोकन, जो पिछले ListLfpStoresRequest कॉल से मिला था. अगला पेज देखने के लिए, पेज टोकन दें. पेजेशन करते समय, ListLfpStoresRequest को दिए गए सभी अन्य पैरामीटर, उस कॉल से मेल खाने चाहिए जिसने पेज टोकन दिया था. पिछले अनुरोध के जवाब में nextPageToken के तौर पर दिखाया गया टोकन.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
lfpStores.list तरीके के लिए रिस्पॉन्स मैसेज.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
[[["समझने में आसान है","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-23 (UTC) को अपडेट किया गया."],[],["This describes how to list a merchant's stores using an HTTP GET request to `https://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores`. The `parent` path parameter specifies the account. Required query parameters include `targetAccount` for the merchant ID. Optional query parameters `pageSize` and `pageToken` control pagination. The empty request returns a JSON response with an array of `lfpStores` and an optional `nextPageToken` for pagination, all requiring OAuth scope `https://www.googleapis.com/auth/content`.\n"]]