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

# SetStagedOrderDeliveryCustomTypeOutput type

Signature:

export declare type SetStagedOrderDeliveryCustomTypeOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderDeliveryCustomTypeOutput';
    type: Scalars['String'];
    custom: CustomFieldsCommand;
    deliveryId: Scalars['String'];
};

References: StagedOrderUpdateActionOutput, Scalars, CustomFieldsCommand