stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrder > fulfillAt

AdminTypes.FulfillmentOrder.fulfillAt property

The date and time at which the fulfillment order will be fulfillable. When this date and time is reached, the scheduled fulfillment order is automatically transitioned to open. For example, the fulfill_at date for a subscription order might be the 1st of each month, a pre-order fulfill_at date would be nil, and a standard order fulfill_at date would be the order creation date.

Signature:

fulfillAt?: Maybe<Scalars['DateTime']['output']>;