Home > @infiniteobjects/shopify-data-manager > AdminTypes > MutationOrderEditAddCustomItemArgs
The schema’s entry point for all mutation operations.
Signature:
export interface MutationOrderEditAddCustomItemArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| id | Scalars[‘ID’][‘input’] | ||
| locationId? | InputMaybe<Scalars[‘ID’][‘input’]> | (Optional) | |
| price | MoneyInput | ||
| quantity | Scalars[‘Int’][‘input’] | ||
| requiresShipping? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| taxable? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) | |
| title | Scalars[‘String’][‘input’] |