✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView for WooCommerce Amazon Feed: ASIN, SKU and listing-state tables

Read Amazon feed mappings (ASIN, SKU, brand, GTIN, fulfilment) from wp_postmeta and the plugin's global config in wp_options, then audit and inline-edit listing coverage across the catalogue.

♾️ Lifetime License available

SleekView table view for WooCommerce Amazon Feed

Stop opening every product to check its Amazon mapping

WooCommerce Amazon Feed plugins map WordPress product data onto Amazon Seller Central's required attributes: ASIN, SKU, brand, GTIN, product-type, fulfilment channel (FBA or FBM), and listing state. Per-product overrides live in wp_postmeta, global mapping rules live in wp_options, and listing-status snapshots from Seller Central are usually cached in a plugin table or postmeta.

The default WordPress products list shows none of this. To audit whether a product has an ASIN, whether SKU matches Seller Central, or whether it's currently listed, you open the product and scroll to the Amazon metabox. Across a multi-thousand-SKU store this becomes the limiting factor on listing health, because feed errors and Amazon suppressions stay invisible at the catalogue level.

SleekView decodes the plugin's feed-override meta, joins it to the global mapping and any cached Seller Central state, and surfaces every Amazon attribute as a column. Filter to products without ASIN, products with FBM fulfilment but missing dimensions, or products suppressed by Amazon. Inline edits write through standard product CRUD so the next feed regeneration picks the change up.

Workflow

How SleekView surfaces Amazon Feed data

1

Pick the source

Choose wp_posts with post_type=product as the base, layered with the plugin's Amazon override meta and the global mapping in wp_options.
2

Compose columns

Add ASIN, SKU, brand, fulfilment, listing state, and dimensions. The picker shows the override value when present and the global default otherwise.
3

Save and scope per role

Save a marketplace steward view with feed columns and a catalogue manager view with category and inventory columns. Capability checks lock each view to the right team.
4

Edit inline and bulk-update

Click a cell to edit in place. Bulk-select a category and set product-type or fulfilment in one pass, with CRUD-level hooks firing for every row.

Sample columns

A typical Amazon Feed audit view

SleekView joins per-product Amazon meta with the global mapping in wp_options and the cached Seller Central status.
Source: wp_postmeta (_amazon_feed_*) + wp_options + wp_posts (post_type=product)
Product ASIN SKU Brand Fulfilment Listing state
Atlas Backpack 28L B07ATLAS28 ATL-28L Atlas FBA Active
Studio Desk Lamp - LUM-DL2 Lumiere FBM Missing ASIN
Field Notebook B08FNA5 FN-A5 - FBM Missing brand
Vintage Camera Strap B09HRCS01 HR-CS01 Heirloom FBM Suppressed

Comparison

Default WooCommerce Amazon Feed admin vs SleekView

Default WooCommerce Amazon Feed

  • Per-product Amazon overrides live in a metabox visible only on the product edit screen
  • No catalogue-wide list of products missing ASIN, brand, or dimensions
  • Amazon suppressions and listing-state changes aren't visible in the products table
  • Bulk-setting fulfilment channel or product-type requires CSV import or custom code
  • Reconciling SKU drift between WooCommerce and Seller Central is manual

SleekView

  • Decode Amazon feed overrides from wp_postmeta and the global map in wp_options
  • Filter to products missing ASIN or suppressed by Amazon
  • Inline-edit ASIN, SKU, brand, fulfilment, and listing state
  • Bulk-set product-type or fulfilment across hundreds of products
  • Saved audit views: Missing ASIN, Suppressed, SKU mismatch

Features

What SleekView gives you for WooCommerce Amazon Feed

Amazon attributes as columns

ASIN, SKU, brand, GTIN, product-type, fulfilment, listing state, pick any Amazon attribute and surface its value (override or global default) per product. The picker reads the plugin's mapping config so meta keys are right.

Catch listing issues before Amazon does

Saved views like Missing ASIN, Suppressed, or FBM without dimensions let you fix coverage proactively. Filter, edit inline, regenerate feed, suppressions drop without opening individual products.

Bulk-set Amazon attributes

Filter to a category, set product-type or fulfilment channel for all selected rows, and write through CRUD. The next feed regeneration picks up the change. No CSV roundtrip.

Audience

Who uses SleekView for WooCommerce Amazon Feed

Marketplace stewards

Audit ASIN and brand coverage. Filter to suppressed listings and fix them inline before they age out of Amazon search results.

Catalogue managers

Bulk-update product-type or fulfilment when a new range launches. Saved views per category let merchandisers own their slice without touching unrelated SKUs.

Marketplace analysts

Cross-reference WooCommerce SKU with Seller Central state to spot drift. Combine listing-state and brand columns to find suppression patterns.

The bigger picture

Why Amazon Feed coverage matters

Amazon suppresses listings silently. A missing ASIN, a brand that doesn't match the registered brand registry, or a fulfilment channel set to FBM on a product without dimensions, and the listing drops out of Buy Box eligibility until the next manual audit. Across a few thousand SKUs, default WordPress admin makes that audit impossibly slow because nothing about Amazon is visible at the catalogue level.

SleekView reads the plugin's real override meta, the global attribute map, and the cached Seller Central state together. Marketplace stewards filter to suppressions and fix them inline. Catalogue managers bulk-set fulfilment when a new range launches.

Analysts spot SKU drift between WooCommerce and Seller Central before it corrupts inventory sync. The result is fewer suppressions, healthier listings, and a clear ownership model for Amazon feed health that doesn't depend on opening one product at a time.

Questions

Common questions about SleekView for WooCommerce Amazon Feed

Product rows from wp_posts, per-product feed overrides from wp_postmeta, and the global Amazon attribute map from wp_options. If the plugin caches Seller Central listing state in its own table, SleekView reads that too once you point it at the source.

 

Yes, fulfilment channel is just a column. Filter to FBM products missing dimensions or weight, or to FBA products with stock discrepancies between WooCommerce and Seller Central. The inline edit writes through CRUD so the next feed sync picks it up.

 

Yes. SleekView writes through WooCommerce's product CRUD layer, so save_post, woocommerce_update_product, and any plugin-specific Amazon feed-regeneration hooks fire as expected. Bulk operations iterate through CRUD so side effects match manual edits.

 

Yes, if the plugin caches Seller Central status messages in meta or a plugin table. The agent UI scans for plausible keys; once selected, suppression-reason becomes a sortable, filterable column.

 

Yes. Variations live as product_variation child posts with their own wp_postmeta rows. Show variations inline under parents or as their own rows, and Amazon overrides on either level are exposed as columns.

 

SleekView paginates server-side and pushes filters into SQL on indexed columns. On a 100k-SKU store the audit view loads in well under a second; bulk operations stream through CRUD and report progress.

 

Yes. Each SleekView is bound to a capability check, so the marketplace steward sees Amazon-only columns while general staff don't get access to the catalogue-wide bulk-edit actions.

 

Yes. Any filtered view exports to CSV, useful for reconciliation with Seller Central reports or for sharing a suppression list with the agency managing Amazon listings.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView