imsujan276 / shopify_flutter

A flutter package that works as a bridge between your Shopify Store and Flutter Application
https://pub.dev/packages/shopify_flutter
MIT License
27 stars 24 forks source link

product details metafild or metafieldDefinitions metafield(namespace: "namespace", key: "namespace") #70

Closed ramniwas08 closed 2 months ago

ramniwas08 commented 3 months ago

product details metafild or metafieldDefinitions metafield(namespace: "namespace", key: "namespace") not working

imsujan276 commented 3 months ago

Can you provide more info and minimum reproducible code for the issue you are getting?

ramniwas08 commented 3 months ago

please tel mai how to filter product by multiple tags and price

Ramniwas Saharan Flutter Devloper | www.devsmartstore.in

M: +91 7424891134

E: @.***

A: Dev Smart Store, Street, City, Churu Rural, Rajasthan 331001 India

[image: instagram icon] https://www.instagram.com/ramniwas08/

On Mon, 24 Jun 2024 at 2:03 PM, Sujan Gainju @.***> wrote:

Can you provide more info and minimum reproducible code for the issue you are getting?

— Reply to this email directly, view it on GitHub https://github.com/imsujan276/shopify_flutter/issues/70#issuecomment-2185921850, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANWP7H4IYBY2DZNZHCLCC7DZI7KVBAVCNFSM6AAAAABJTFLSFOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBVHEZDCOBVGA . You are receiving this because you authored the thread.Message ID: @.***>

imsujan276 commented 2 months ago

You can use ShopifyStore insatnce filter the products like

filters available queries

Future<List> getXProductsAfterCursorWithinCollection(String id, int limit, String startCursor, SortKeyProduct sortKey, Map<String, dynamic>? filters) Future<List?> searchProducts(String query, {int limit = 15, String? startCursor, SearchSortKeys sortKey = SearchSortKeys.RELEVANCE, bool reverse = false, Map<String, dynamic>? filters})

Please find the details in Product Filters section