C# Class Teference.Shopify.Api.ShopifyWebhook

Inheritance: IShopifyWebhook
Afficher le fichier Open project: teference/shopify-dotnet

Méthodes publiques

Méthode Description
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

Method Details

CountAsync() public méthode

public CountAsync ( string address = "", WebhookTopic topic = WebhookTopic.None ) : Task
address string
topic WebhookTopic
Résultat Task

CountAsync() public méthode

public CountAsync ( string shopUrl, string accessToken, string address = "", WebhookTopic topic = WebhookTopic.None ) : Task
shopUrl string
accessToken string
address string
topic WebhookTopic
Résultat Task

CreateAsync() public méthode

public CreateAsync ( string address, WebhookTopic topic, WebhookFormat format = WebhookFormat.Json ) : Task
address string
topic WebhookTopic
format WebhookFormat
Résultat Task

CreateAsync() public méthode

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
Résultat Task

DeleteAsync() public méthode

public DeleteAsync ( string id ) : Task
id string
Résultat Task

DeleteAsync() public méthode

public DeleteAsync ( string shopUrl, string accessToken, string id ) : Task
shopUrl string
accessToken string
id string
Résultat Task

GetAllAsync() public méthode

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
Résultat Task>

GetAllAsync() public méthode

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
Résultat Task>

GetSingleAsync() public méthode

public GetSingleAsync ( string id, WebhookField fields = WebhookField.None ) : Task
id string
fields WebhookField
Résultat Task

GetSingleAsync() public méthode

public GetSingleAsync ( string shopUrl, string accessToken, string id, WebhookField fields = WebhookField.None ) : Task
shopUrl string
accessToken string
id string
fields WebhookField
Résultat Task

ShopifyWebhook() public méthode

public ShopifyWebhook ( IShopifyClient client ) : System
client IShopifyClient
Résultat System

UpdateAsync() public méthode

public UpdateAsync ( string id, string address ) : Task
id string
address string
Résultat Task

UpdateAsync() public méthode

public UpdateAsync ( string shopUrl, string accessToken, string id, string address ) : Task
shopUrl string
accessToken string
id string
address string
Résultat Task