For the complete documentation index, see llms.txt. This page is also available as Markdown.

Kullanıcının mağazalarını getirir.

Kullanıcının mağazalarını getirir.

get
Authorizations
HTTPRequired

API Key Giriniz

Responses
200

OK

application/json
IDinteger · int32Optional
UUIDstring · nullableOptional
Namestring · nullableOptional
StoreTypestring · enumOptionalPossible values:
StoreAccountJsonstring · nullableOptional
IsActivebooleanOptional
ConnectionStatusstring · enumOptionalPossible values:
get/Stores
200

OK

StoreAccountJson değeri mağaza entegrasyon bilgilerini içerir. StoreType değerine göre tanımlanmıştır.

StoreAccountJson
{
  "SupplierID" :"Trendyol Satıcı ID",
  "Key":"Trendyol API Key",
  "Secret":"Trendyol API Secret"
}

Last updated