Store

    public class StoreResponse
    {
        public int ID { get; set; }
        public string UUID { get; set; }
        public string Name { get; set; }
        public StoreType StoreType { get; set; }
        public string StoreAccountJson { get; set; }
        public bool IsActive { get; set; }
        public ConnectionStatus ConnectionStatus { get; set; }
    }

StoreResponse Sınıfı Özellikleri ve Açıklamaları

StoreResponse nesnesi mağaza bilgisi nesnesidir.

Alan
Açıklama
Değer

ID

Mağaza ID

123

UUID

Mağaza UUID

A3F7C9E1-5B2D-4F8A-9C6E-1D2B7E4A9F30

Name

Mağaza adı

string

StoreType

Mağaza tipi

Trendyol

StoreAccountJson

Mağaza entegrasyon bilgileri

string

IsActive

Mağaza aktif/pasif bilgisi

true

ConnectionStatus

Mağaza bağlantı durumu

Success

Last updated