C# Класс Teference.Shopify.Api.ShopifyWebhook

Наследование: IShopifyWebhook
Показать файл Открыть проект

Открытые методы

Метод Описание
CountAsync ( string address = "", WebhookTopic topic = WebhookTopic.None ) : Task
CountAsync ( string shopUrl, string accessToken, string address = "", WebhookTopic topic = WebhookTopic.None ) : Task
CreateAsync ( string address, WebhookTopic topic, WebhookFormat format = WebhookFormat.Json ) : Task
CreateAsync ( string shopUrl, string accessToken, string address, WebhookTopic topic, WebhookFormat format = WebhookFormat.Json ) : Task
DeleteAsync ( string id ) : Task
DeleteAsync ( string shopUrl, string accessToken, string id ) : Task
GetAllAsync ( string address = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), WebhookField fields = WebhookField.None, int limit = 50, int page = 1, int idGreaterThan, WebhookTopic topic = WebhookTopic.None, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task>
GetAllAsync ( string shopUrl, string accessToken, string address = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), WebhookField fields = WebhookField.None, int limit = 50, int page = 1, int idGreaterThan, WebhookTopic topic = WebhookTopic.None, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task>
GetSingleAsync ( string id, WebhookField fields = WebhookField.None ) : Task
GetSingleAsync ( string shopUrl, string accessToken, string id, WebhookField fields = WebhookField.None ) : Task
ShopifyWebhook ( IShopifyClient client ) : System
UpdateAsync ( string id, string address ) : Task
UpdateAsync ( string shopUrl, string accessToken, string id, string address ) : Task

Описание методов

CountAsync() публичный Метод

public CountAsync ( string address = "", WebhookTopic topic = WebhookTopic.None ) : Task
address string
topic WebhookTopic
Результат Task

CountAsync() публичный Метод

public CountAsync ( string shopUrl, string accessToken, string address = "", WebhookTopic topic = WebhookTopic.None ) : Task
shopUrl string
accessToken string
address string
topic WebhookTopic
Результат Task

CreateAsync() публичный Метод

public CreateAsync ( string address, WebhookTopic topic, WebhookFormat format = WebhookFormat.Json ) : Task
address string
topic WebhookTopic
format WebhookFormat
Результат Task

CreateAsync() публичный Метод

public CreateAsync ( string shopUrl, string accessToken, string address, WebhookTopic topic, WebhookFormat format = WebhookFormat.Json ) : Task
shopUrl string
accessToken string
address string
topic WebhookTopic
format WebhookFormat
Результат Task

DeleteAsync() публичный Метод

public DeleteAsync ( string id ) : Task
id string
Результат Task

DeleteAsync() публичный Метод

public DeleteAsync ( string shopUrl, string accessToken, string id ) : Task
shopUrl string
accessToken string
id string
Результат Task

GetAllAsync() публичный Метод

public GetAllAsync ( string address = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), WebhookField fields = WebhookField.None, int limit = 50, int page = 1, int idGreaterThan, WebhookTopic topic = WebhookTopic.None, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task>
address string
createdBefore System.DateTime
createdAfter System.DateTime
fields WebhookField
limit int
page int
idGreaterThan int
topic WebhookTopic
updatedBefore System.DateTime
updatedAfter System.DateTime
Результат Task>

GetAllAsync() публичный Метод

public GetAllAsync ( string shopUrl, string accessToken, string address = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), WebhookField fields = WebhookField.None, int limit = 50, int page = 1, int idGreaterThan, WebhookTopic topic = WebhookTopic.None, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task>
shopUrl string
accessToken string
address string
createdBefore System.DateTime
createdAfter System.DateTime
fields WebhookField
limit int
page int
idGreaterThan int
topic WebhookTopic
updatedBefore System.DateTime
updatedAfter System.DateTime
Результат Task>

GetSingleAsync() публичный Метод

public GetSingleAsync ( string id, WebhookField fields = WebhookField.None ) : Task
id string
fields WebhookField
Результат Task

GetSingleAsync() публичный Метод

public GetSingleAsync ( string shopUrl, string accessToken, string id, WebhookField fields = WebhookField.None ) : Task
shopUrl string
accessToken string
id string
fields WebhookField
Результат Task

ShopifyWebhook() публичный Метод

public ShopifyWebhook ( IShopifyClient client ) : System
client IShopifyClient
Результат System

UpdateAsync() публичный Метод

public UpdateAsync ( string id, string address ) : Task
id string
address string
Результат Task

UpdateAsync() публичный Метод

public UpdateAsync ( string shopUrl, string accessToken, string id, string address ) : Task
shopUrl string
accessToken string
id string
address string
Результат Task