Home > @vsf-enterprise/commercetools-api > ShippingMethodsResponse
# ShippingMethodsResponse type
Warning: This API is now obsolete.
This type is not used anymore
Signature:
export declare type ShippingMethodsResponse = QueryResponse<'shippingMethods', ShippingMethod>;
References: QueryResponse, ShippingMethod