Skip to main content

Update Walmart Field Mappings

PUT 

/api/walmart/:integrationInstance/mappings

Replace the custom field-mapping overrides for a Walmart integration instance. The submitted mappings are stored as instance-specific overrides on top of the built-in defaults; the response returns the resulting effective mappings.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Request body:

  • mappings (required, array) — each entry: { listing_field (required string, a Walmart field name), sku_field (required string, a SKU.io product field name), parsers (optional array of value-transformation steps) }.

Request

Responses

OK

Response Headers
    Content-Type