woosignal_shopify_api

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

woosignal shopify api

Shopify API Dart plugin #
Official WooSignal Shopify package
Build apps for Shopify easier with our new package.
Free to get started, see the simple examples below.
Getting Started #
In your flutter project add the dependency:
dependencies:
...
woosignal_shopify_api: ^1.3.12
copied to clipboard
Usage example #
Import woosignal_shopify_api.dart
import 'package:shopify_woosignal/woosignal_shopify_api.dart';
copied to clipboard
Example using WooSignal API for Shopify #
import 'woosignal_shopify_api/woosignal_shopify_api.dart';

...

// EXAMPLE GET PRODUCT
_getProducts() async {

// Step 1 - Initialize WooSignal
await WooSignalShopify.instance.init(appKey: "your app key");

// Step 2 - Call an API
ShopifyProductResponse? shopifyProductResponse = await WooSignalShopify.instance.getProducts();

print(shopifyProductResponse?.products?[0].name); // prints a product name
});
}
copied to clipboard
Available API Requests #
Coming soon
Disclaimer: This plugin is not affiliated with or supported by Shopify. All logos and trademarks are the property of their respective owners.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.