Home > @vsf-enterprise/commercetools-api > GetShippingMethodsResponse
# GetShippingMethodsResponse type
Data returned from the getShippingMethods
API endpoint
Signature:
export declare type GetShippingMethodsResponse = QueryResponse<'shippingMethods', ShippingMethod[]>;
References: QueryResponse, ShippingMethod