App Introduction
Null Fields Finder – Find products with empty values, such as empty SKUs, empty descriptions, or empty prices. Suppose you’re importing products into your store, but due to some error, you might miss some important product information. When this happens, you may struggle to figure out what’s missing and what’s been uploaded. In such cases, this app will help you find a list of empty-value fields for your products. On this app, you’ll be able to efficiently locate lists of products or variants with empty fields. You can also delete records directly from the app with a single button click.
Core Functionality
- Find, export, or delete products with or without variants.
- Find, export, or delete records with no descriptions.
- Find, export, or delete records with empty SKU values.
- Find, export, or delete records with empty barcode values.
- Find, export, or delete records with zero stock.
Merchant-Friendly
- Independent Station Merchants
- Multi-category E-commerce
- Inventory-managed Merchants
- Boutique Merchants
- FMCG E-commerce
Basic Information
- Developer:webTecheasy FZCO
- Address:Dubai Silicon Oasis, DU, AE
- Price: Free / Free plan
- Rating:0 / 5
- Comment Count:0 comment
- Release Date:2024-5-13
- Supported languages:English
- Compatible products:Shopify
Application Screenshot
Price Plan
Free Plan
- Install, synchronize, and view empty records
- Browse empty field records on the application screen
Basic Plan
- Export empty field records from the app.
- Delete empty field records from the app.
User Location & Comments
User Location
Comments
Shopify API Used
- GET /admin/api/products.json
- GET /admin/api/products/{product_id}.json
- DELETE /admin/api/products/{product_id}.json
- GET /admin/api/products/export.json
Permission:read_products,write_products,export_products
- GET /admin/api/products.json?query=description_empty
- GET /admin/api/products/export.json?query=description_empty
- DELETE /admin/api/products/{product_id}.json
Permission:read_products,write_products,export_products
- GET /admin/api/products.json?query=sku_empty
- GET /admin/api/products/export.json?query=sku_empty
- DELETE /admin/api/products/{product_id}.json
Permission:read_products,write_products,export_products
- GET /admin/api/products.json?query=barcode_empty
- GET /admin/api/products/export.json?query=barcode_empty
- DELETE /admin/api/products/{product_id}.json
Permission:read_products,write_products,export_products
- GET /admin/api/products.json?query=inventory_zero
- GET /admin/api/products/export.json?query=inventory_zero
- DELETE /admin/api/products/{product_id}.json
Permission:read_products,write_products,export_products,read_inventory