Skip to main content

Update eBay Field Mappings

PUT 

/api/ebay/:integrationInstance/mappings

Replace the custom field mappings for this integration instance. Each mapping pairs an eBay listing field with the product field it populates; optional parsers transform the value on the way in.

Authorization

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

Body fields:

  • mappings (array, required): Each entry:
    • listing_field (string, required): eBay listing field name.
    • sku_field (string, required): Product field to populate.
    • parsers (array, optional): Ordered transforms, each with a rule and args.

Request

Responses

OK

Response Headers
    Content-Type