Relationship
The relationship entity represents a link between related transactions. It allows MoveData to associate a commerce transaction with another transaction, such as a donation linked to a product sale.
| Field | Type | Description |
|---|---|---|
key |
String | A unique identifier for the relationship. Used to link to related transactions (e.g., a donation with a product sale). |
type |
String | The type of relationship. Values: "parent", "child". |