Overview
Introduction
Merchant mappings assign data to specific storefronts in our platform. Provide a configuration file to the commercial team to set this up.How it works
The configuration serves two purposes:- File transfers - Maps your
externalStorefrontId(used in file transfers) to our internal storefront IDs - Marketing costs - (Optional) Assigns country-level cost data from marketing integrations to storefronts based on country codes
Configuration format
Provide the following JSON structure to the commercial team:Configuration details
- externalStorefrontId: Your external storefront identifier. Could be any string but preferably something that represents the storefront.
- countries: Array of ISO 3166 country codes (2 letters) for assigning marketing cost data. Use an empty array
[]if no country filtering is needed

