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

# SetStagedOrderItemShippingAddressCustomFieldOutput type

Signature:

export declare type SetStagedOrderItemShippingAddressCustomFieldOutput = StagedOrderUpdateActionOutput & {
    __typename?: 'SetStagedOrderItemShippingAddressCustomFieldOutput';
    type: Scalars['String'];
    addressKey: Scalars['String'];
    name: Scalars['String'];
    value?: Maybe<Scalars['Json']>;
};

References: StagedOrderUpdateActionOutput, Scalars, Maybe