Vendor Connections
Object
VendorConnectionCode
| Fields | Type | Description |
|---|---|---|
|
outlet |
The Outlet the connection code is for |
|
|
code |
String! |
The code from the sender to use |
|
receiveAs |
Whether to receive data from the connection as an Order or a Transfer |
Object
VendorConnection
Implements
List of interfaces this object implements
| Fields | Type | Description |
|---|---|---|
|
id |
The ID of the connection |
|
|
name |
String! |
The name of the connection |
|
senderCode |
String! |
The code of the Vendor to send to another Vendor |
|
receivingCodes |
The connection codes to link to the Outlets |
|
|
customer |
The customer this connection is attached to |