Home > @vsf-enterprise/commercetools-types > ItemState
# ItemState type
Signature:
export declare type ItemState = {
__typename?: 'ItemState';
quantity: Scalars['Long'];
stateRef: Reference;
state?: Maybe<State>;
};
Home > @vsf-enterprise/commercetools-types > ItemState
Signature:
export declare type ItemState = {
__typename?: 'ItemState';
quantity: Scalars['Long'];
stateRef: Reference;
state?: Maybe<State>;
};
On this page