Vendor Connections

Object

VendorConnectionCode

Fields Type Description

outlet

Outlet!

The Outlet the connection code is for

code

String!

The code from the sender to use

receiveAs

VendorConnectionReceiveTypeEnum!

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

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

[VendorConnectionCode!]!

The connection codes to link to the Outlets

customer

Customer

The customer this connection is attached to