DEV

Type.

FulfillmentCenter

A FulfillmentCenter services a specified organization and is responsible for receiving/managing inventory and shipping orders to customers. A fulfillmentCenter may support specific carriers and will service specified shippingZones.

Fields

id

ID!

Required

A unique identifier for the FulfillmentCenter.

createdAt

DateTime!

Required

When this FulfillmentCenter was created.

createdBy

ID!

Required

The user who created the FulfillmentCenter

mode

Mode!

Required

Specifies whether the FulfillmentCenter is in live or test mode.

name

String!

Required

The humanly-memorable display name for the FulfillmentCenter.

organization

ID!

Required

The Organization associated with the FulfillmentCenter.

party

Party!

Required

The Party to use for the FulfillmentCenter
the type of fulfillmentCenter. you can have only ONE PRIMARY fulfillmentCenter

updatedAt

DateTime!

Required

When this FulfillmentCenter was most recently updated.

updatedBy

ID!

Required

The user who most recently updated the FulfillmentCenter.

Was this page helpful?