Zorunlu. Mağazalarının listeleneceği satıcının Merchant Center kimliği.
pageSize
integer
İsteğe bağlıdır. Belirtilen hesabın döndürebileceği maksimum LfpStore kaynağı sayısı. Belirtilen hesaptaki mağaza sayısı pageSize'ten azsa hizmet bu değerden daha az sonuç döndürür. Varsayılan değer 250'dir. Maksimum değer 1.000'dür. Maksimumdan yüksek bir değer belirtilirse pageSize varsayılan olarak maksimum değere ayarlanır.
pageToken
string
İsteğe bağlıdır. Önceki bir ListLfpStoresRequest çağrısından alınan sayfa jetonu. Sonraki sayfayı almak için sayfa jetonunu sağlayın. Sayfalandırma yaparken ListLfpStoresRequest parametresine sağlanan diğer tüm parametreler, sayfa jetonunu sağlayan çağrıyla eşleşmelidir. Önceki istek için yanıtta nextPageToken olarak döndürülen jeton.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
lfpStores.list yöntemi için yanıt mesajı.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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"]]