Skip to main content

Update Field Mappings

PUT 

/api/magento2/integration-instances/:magento2IntegrationInstance/products/field-mappings

Replace the stored product_field_mappings array. The modal always sends the full list, so the server overwrites (rather than merges).

Body: { mappings: [{ magento_field, sku_field }] } — both fields required strings per entry; mappings itself is required (may be an empty array to clear all mappings).

Request

Responses

OK

Response Headers
    Content-Type