stack

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

AdminTypes.OrderActionType enum

The possible order action types for a [sales agreement](https://shopify.dev/api/admin-graphql/latest/interfaces/salesagreement).

Signature:

export declare enum OrderActionType 

Enumeration Members

Member Value Description
Order "ORDER" An order with a purchase or charge.
OrderEdit "ORDER_EDIT" An edit to the order.
Refund "REFUND" A refund on the order.
Unknown "UNKNOWN" An unknown agreement action. Represents new actions that may be added in future versions.