Method: accounts.lfpStores.list
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ListLfpStoresRequest
এ ফিল্টার দ্বারা নির্দিষ্ট করা টার্গেট মার্চেন্টের স্টোরের তালিকা করে।
HTTP অনুরোধ
GET https://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string প্রয়োজন। LFP অংশীদার. বিন্যাস: accounts/{account} |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
target Account | string ( int64 format) প্রয়োজন। দোকান তালিকাভুক্ত করতে বণিকের বণিক কেন্দ্র আইডি। |
page Size | integer ঐচ্ছিক। প্রদত্ত অ্যাকাউন্টের জন্য LfpStore সম্পদের সর্বাধিক সংখ্যা ফেরত দিতে হবে। প্রদত্ত অ্যাকাউন্টের স্টোরের সংখ্যা pageSize এর চেয়ে কম হলে পরিষেবাটি এই মানের থেকে কম ফেরত দেয়। ডিফল্ট মান হল 250। সর্বোচ্চ মান হল 1000; যদি সর্বোচ্চ থেকে বেশি একটি মান নির্দিষ্ট করা হয়, তাহলে pageSize সর্বোচ্চে ডিফল্ট হবে। |
page Token | string ঐচ্ছিক। পূর্ববর্তী ListLfpStoresRequest কল থেকে প্রাপ্ত একটি পৃষ্ঠা টোকেন। পরবর্তী পৃষ্ঠা পুনরুদ্ধার করতে পৃষ্ঠা টোকেন প্রদান করুন। পেজিন করার সময়, ListLfpStoresRequest এ প্রদত্ত অন্যান্য সমস্ত প্যারামিটার অবশ্যই পেজ টোকেন প্রদানকারী কলের সাথে মিলবে। পূর্ববর্তী অনুরোধের প্রতিক্রিয়ায় টোকেনটি nextPageToken হিসাবে ফিরে এসেছে। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
lfpStores.list পদ্ধতির জন্য প্রতিক্রিয়া বার্তা।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব |
---|
{
"lfpStores": [
{
object (LfpStore )
}
],
"nextPageToken": string
} |
ক্ষেত্র |
---|
lfp Stores[] | object ( LfpStore ) নির্দিষ্ট বণিক থেকে দোকান. |
next Page Token | string একটি টোকেন, যা পরবর্তী পৃষ্ঠা পুনরুদ্ধার করতে pageToken হিসাবে পাঠানো যেতে পারে। যদি এই ক্ষেত্রটি বাদ দেওয়া হয়, তাহলে পরবর্তী পৃষ্ঠা থাকবে না। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/content
আরো তথ্যের জন্য, দেখুনOAuth 2.0 Overview .
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-23 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-23 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eLists stores for a target merchant using the \u003ccode\u003eListLfpStoresRequest\u003c/code\u003e filter.\u003c/p\u003e\n"],["\u003cp\u003eRequires specifying the LFP partner and Merchant Center ID in the request.\u003c/p\u003e\n"],["\u003cp\u003eSupports pagination to retrieve large lists of stores.\u003c/p\u003e\n"],["\u003cp\u003eReturns an array of \u003ccode\u003eLfpStore\u003c/code\u003e objects containing store information.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ehttps://www.googleapis.com/auth/content\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"]]],["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"],null,["# Method: accounts.lfpStores.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListLfpStoresResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the stores of the target merchant, specified by the filter in `ListLfpStoresRequest`.\n\n### HTTP request\n\n`GET https://merchantapi.googleapis.com/lfp/v1beta/{parent=accounts/*}/lfpStores`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------|\n| `parent` | `string` Required. The LFP partner. Format: `accounts/{account}` |\n\n### Query parameters\n\n| Parameters ||\n|-----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `targetAccount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The Merchant Center id of the merchant to list stores for. |\n| `pageSize` | `integer` Optional. The maximum number of `LfpStore` resources for the given account to return. The service returns fewer than this value if the number of stores for the given account is less than the `pageSize`. The default value is 250. The maximum value is 1000; If a value higher than the maximum is specified, then the `pageSize` will default to the maximum. |\n| `pageToken` | `string` Optional. A page token, received from a previous `ListLfpStoresRequest` call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to `ListLfpStoresRequest` must match the call that provided the page token. The token returned as [nextPageToken](/merchant/api/reference/rest/lfp_v1beta/accounts.lfpStores/list#body.ListLfpStoresResponse.FIELDS.next_page_token) in the response to the previous request. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for the lfpStores.list method.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"lfpStores\": [ { object (/merchant/api/reference/rest/lfp_v1beta/accounts.lfpStores#LfpStore) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| `lfpStores[]` | `object (`[LfpStore](/merchant/api/reference/rest/lfp_v1beta/accounts.lfpStores#LfpStore)`)` The stores from the specified merchant. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/content`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]