Home > @vsf-enterprise/commercetools-types > SetStagedOrderReturnShipmentStateOutput

# SetStagedOrderReturnShipmentStateOutput type

Signature:

export declare type SetStagedOrderReturnShipmentStateOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderReturnShipmentStateOutput';
    type: Scalars['String'];
    returnItemId: Scalars['String'];
    shipmentState: ReturnShipmentState;
};

References: StagedOrderUpdateActionOutput, Scalars, ReturnShipmentState