Skip to main content

Get mappings for integration instance

GET 

//:domain/api/amazon/:integrationInstance/mappings

Returns the full field-mapping picture for the given Amazon integration instance:

  • mappings / effective_mappings: the merged set of listing→sku field mappings that are actually applied during sync (custom mappings override defaults).
  • default_mappings: the built-in system defaults (e.g. seller_sku → sku, item_name → item_name, brand → brand, manufacturer → vendor, price → price.<default-tier>.value).
  • custom_mappings: any per-instance overrides that have been persisted via the update endpoint.
  • available_amazon_fields: the same catalog of Amazon listing fields returned by GET /api/amazon/mappings/available-fields.
  • available_sku_fields: the same catalog of SKU.io fields (static + dynamic pricing tiers / supplier pricing tiers / attributes).

Request

Responses

OK

Response Headers
    Content-Type