stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderAgreement

AdminTypes.OrderAgreement interface

An agreement associated with an order placement.

Signature:

export interface OrderAgreement extends SalesAgreement 

Extends: SalesAgreement

Properties

Property Modifiers Type Description
app?   Maybe<App> (Optional) The application that created the agreement.
happenedAt   Scalars[‘DateTime’][‘output’] The date and time at which the agreement occured.
id   Scalars[‘ID’][‘output’] The unique ID for the agreement.
order   Order The order associated with the agreement.
reason   OrderActionType | `${OrderActionType}` The reason the agremeent was created.
sales   SaleConnection The sales associated with the agreement.
user?   Maybe<StaffMember> (Optional) The staff member associated with the agreement.