...
) next to the mapping you want to delete, click Delete, and then confirm the deletion. The mapping is removed from your Stedi account.
transaction.processed.v2
or fragment.processed.v2
event types, you must also select a Stedi guide to connect to the mapping. Once you’ve connected your guide, mappings generates the source schema based on the event type you chose and the connected guide.
transaction.processed.v2
event type or the fragment.processed.v2
event type. Visit Inbound Fragments for details.JSON Schema regeneration might remove fields you defined in the JSON Schema and did not add to the example file.
default
property that contains an example of data that adheres to the schema. Refer to the JSON documentation for more about the default
keyword.
When you upload a JSON Schema as either the source or target, Mappings builder uses the schema’s default
property to produce the mapping output. If the contents of the default
property do not conform to the JSON Schema, you can manually amend the contents of the default
property, amend the JSON Schema itself, or regenerate it automatically.
product ID
property from the source JSON to a product number
property in the target JSON.
You do not need to do a one-to-one mapping of incoming properties to outgoing properties. You can create advanced expressions to map text properties to numbers, perform calculations, and more.
You can also use omitField
to exclude entire objects or exclude fields from the output based on a condition. For example, you might only want your output to include the input field totalPrice
when the number of products is larger than 0.
Visit Common Mapping Expressions for details and examples for common mapping use cases.
...
) for the Mapping you want to export, and click Export. A .zip archive of the mapping data is downloaded to your machine.
To import a mapping .zip archive into a Stedi account: 1. Sign into the account and go to Mappings dashboard. 1. Click Import. 1. Either click Upload to choose a .zip archive from your machine or drag and drop the .zip archive onto the page. 1. Choose a Mapping name and click Proceed with import. The new mapping is now available in the Stedi account.
...
) next to the mapping you want to duplicate, and select Duplicate.