Small tables. Explicit rules.
Get your data into the right shape.
SchemaBridge renames fields and checks types in small CSV or JSON tables. For example, stock becomes quantity, and the text “7” becomes the number 7. Try it with the two products below.
From CSV to clearly defined fields
Edit the source values and send them to the API. Results appear only after the server responds.
This example uses a fixed schema
sku → idtextname → nametextstock → quantityintegeractive → availabletrue or false
Keep these four headers. The API also accepts custom schemas and JSON; this page demonstrates one simple workflow.
Up to 100 data rows and 32 KiB for the entire request, including the schema. Use only synthetic data with no personal or confidential information.