Skip to main content
The Inventory, Import, and Export pages inside Vendor Central handle the SKU catalogue side of Amazon Vendor (1P) operations. This is where the vendor maintains the products that Amazon can issue Purchase Orders against, with their EANs, ASINs, quantities, blocking state, and parent/child relationships. The three pages share a workflow: Inventory is the live state, Import is the bulk-upload path, Export is the bulk-download path. Together they cover the full catalogue management cycle.

Inventory page

Path: Home, Vendor Central, Inventory, Amazon Vendor Central. The Inventory page is the live SKU grid for the vendor catalogue. Top-bar actions: Add a Product, Block an Item, Unblock an Item, Import Inventory, Export Inventory. Filter controls: Select Search Filter Profile (custom saved filters), Search For (SKU keyword), Create / Delete Filter, Clear Search. The Total Products header summarises the catalogue:
The grid columns: The grid supports per-row Edit and bulk actions across the checkbox selection.

Parent and Child products

Vendor Central catalogues are typically variant-heavy: a single style with many size and colour variants. CloudHub uses the parent/child relationship to model this:
  1. Parent product. The “style” record. Holds the master metadata, the style image, the style description.
  2. Child products. The size/colour variants. Each has its own SKU, its own EAN, its own ASIN. Inherits metadata from the parent.
  3. Non Relationship Products. SKUs that do not have a parent style (typically standalone single-variant products, accessories, consumables).
The catalogue shown above (5,868 total: 130 parents, 5,668 children, 99 non-relationship) is a typical apparel-vendor shape. The 130 parents map to 130 styles, with an average of 43 variants per style.

Quantity column

The Quantity field shows the units available for Vendor PO fulfilment. The visible value in the example reads 188. The blue arrow icon next to the value pushes the quantity update to Amazon. For Vendor DF, the quantity is the units the vendor holds and can ship direct. For Vendor Retail, the quantity is the units the vendor can release to Amazon FC inventory in the next shipment window.

Status and Blocked columns

Status is the master active/inactive flag. Inactive SKUs do not respond to Amazon PO requests. Blocked is per-channel. A SKU may be Active overall but blocked on a specific channel (e.g. eBay - eBayUK) because the vendor has chosen not to retail it via that channel.

Use cases

  1. Daily Quantity sync. The vendor team updates Quantity columns based on the latest physical inventory or production. The blue arrows push to Amazon.
  2. Block a SKU during a recall. Block the SKU across all channels using the Block an Item bulk action. Amazon stops issuing POs for it.
  3. Audit ASIN coverage. Sort by ASIN. Rows showing Common are unified-ASIN SKUs (one ASIN works across marketplaces). Rows with channel names are split-ASIN SKUs (different ASIN per marketplace).

Common gotcha

A new vendor SKU added without an EAN or ASIN cannot be retailed by Amazon. Always populate both before activating. The Add a Product form requires both fields.

Import page

Path: Home, Vendor Central, Inventory Import. The Import page handles bulk upload of inventory data. Top-tabs: Import and Export.

Import Inventory Data form

Reset clears the form. Import runs the upload.

Import history grid

Below the form, a paginated grid of historical imports:

Common Import Profiles

Custom profiles can be configured by mapping CSV columns to the Vendor Central data model; this is typically done with support@247cloudhub.co.uk for vendor-specific source systems.

Use cases

  1. Quarterly cost review. The vendor team negotiates new wholesale costs with Amazon, generates the cost-update CSV, runs Amazon Edit Costs profile.
  2. New season catalogue load. Apparel vendor loads 1,200 new SKUs for the SS season via Product Import. The status grid shows the import progress and the Download File link gives auditability.
  3. Bulk quantity refresh. End-of-week stocktake produces a CSV; Price and Stock Quantites profile imports the lot.

Common gotcha

A failed import (cross icon) typically means a column-mapping mismatch (CSV header changed) or a data-validation failure (missing EAN, invalid ASIN format). Click Download File, fix the source, re-upload.

Export page

Path: Home, Vendor Central, Inventory Export. The Export page is the counterpart of Import: bulk-download the live catalogue or any subset. The page mirrors the Import form structure but in reverse:
  1. Pick the Export Profile (defines which columns and which rows to export).
  2. Pick the destination (download to local CSV, or push to a configured FTP).
  3. Click Export.
Common Export Profiles include:
  1. Full catalogue export. Every SKU with every column. Used for backup, ERP sync, or initial audit.
  2. Active SKUs only. Excludes Inactive and fully blocked SKUs. The trading catalogue.
  3. Quantity snapshot. Just SKU and Quantity columns. Used for daily quantity reports.

Use cases

  1. ERP sync. Daily export of Quantity snapshot pushed to your ERP via FTP keeps the two systems aligned.
  2. Catalogue audit. Quarterly full-catalogue export, diff against the previous quarter, identify new and dropped SKUs.
  3. Vendor-of-record reconciliation. Export the SKU-and-EAN list, send to Amazon Vendor Manager, confirm match against Amazon’s side.

Common gotcha

Large exports (thousands of rows) take time. The export runs in the background; the configured email address receives the notification when ready, with the download link.

How the three pages work together

The day-to-day cycle:
  1. Inventory page for ad-hoc edits, single-row updates, manual Quantity pushes.
  2. Import page for batch updates from external systems (ERP, vendor of record, master data steward).
  3. Export page for the snapshot back out, for audit, ERP sync, or reconciliation.
The pattern keeps the catalogue clean and the audit trail intact. Every row change leaves a trace via the Stock Movement Log, and every bulk operation leaves a trace via the Import history grid.

Common questions

Can I import inventory and orders at the same time? Yes. The Inventory Import is independent of the Vendor Retail and Direct Fulfillment PO ingest. They can run in parallel. What happens if I import a Quantity value lower than the open Vendor PO? Amazon rejects the over-allocation; the Vendor PO partial-rejects to the available quantity. The vendor team needs to either ship what is available or update Quantity higher. How do I add a custom column to my Import Profile? Custom profiles are configured by support. Send the desired column mapping to support@247cloudhub.co.uk and the team adds it. Can I block a SKU on Amazon Vendor but keep it active on Seller Central (3P)? Yes. Vendor blocking is independent of the 3P Marketplace Accounts blocking. A SKU can be Active 3P and Blocked 1P (or vice versa).

Next steps