ShopifyApiService class

Inheritance

Constructors

ShopifyApiService()

Properties

client ↔ Dio
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cartCheck(List<Map<String, dynamic>> cart) Future<List<CartProduct>?>
createOrder(ShopifyOrder shopifyOrder) Future<ShopifyOrderCreatedResponse?>
fetchApp() Future<ShopifyApp?>
fetchCategories({List<int>? ids, int limit = 50, int? sinceId, String? title, String? vendor, String? handle, String? updatedAtMin, String? updatedAtMax, String? publishedAtMin, String? publishedAtMax, dynamic publishedStatus = 'any', List<String>? fields, int? productId}) Future<ShopifySmartCollectionResponse?>
fetchCountries() Future<ShopifyCountries?>
fetchProducts({List<int>? ids, int limit = 50, int? sinceId, String? title, String? vendor, String? handle, String? productType, String status = 'active', int? collectionId, String? createdAtMin, String? createdAtMax, String? updatedAtMin, String? updatedAtMax, String? publishedAtMin, String? publishedAtMax, dynamic publishedStatus = 'any', List<String>? fields, List<String>? presentmentCurrencies, String? pageInfo}) Future<ShopifyProduct?>
fetchProductSearch({List<int>? ids, int limit = 50, int? sinceId, String? title, String? vendor, String? handle, String? productType, String status = 'active', int? collectionId, String? createdAtMin, String? createdAtMax, String? updatedAtMin, String? updatedAtMax, String? publishedAtMin, String? publishedAtMax, dynamic publishedStatus = 'any', List<String>? fields, List<String>? presentmentCurrencies, String? pageInfo}) Future<ShopifyProduct?>
fetchShippingZones() Future<ShopifyShippingZone?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stripePaymentIntent({String? amount, String? desc, String? email, Map<String, dynamic>? shipping}) Future<Map<String, dynamic>?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited