Home > @infiniteobjects/shopify-data-manager > AdminTypes > SaleActionType
The possible order action types for a sale.
Signature:
export declare enum SaleActionType
| Member | Value | Description |
|---|---|---|
| Order | "ORDER" |
A purchase or charge. |
| Return | "RETURN" |
A removal or return. |
| Unknown | "UNKNOWN" |
An unknown order action. Represents new actions that may be added in future versions. |
| Update | "UPDATE" |
A change to the price, taxes, or discounts for a prior purchase. |