Alokai

OrderShipmentStateChanged

type OrderShipmentStateChanged = MessagePayload & {
  __typename?: 'OrderShipmentStateChanged';
  shipmentState: ShipmentState;
  oldShipmentState?: Maybe<ShipmentState>;
  type: Scalars['String'];
};

Referenced Types

On this page