# shippingMethods Get all available shipping methods ## Authentication > **Public Access**: Accessible with the public API key ## Query Structure ```graphql { shippingMethods { # ShippingMethod fields } } ``` ## Arguments This query accepts no arguments. ## Return Type Returns an array of [`ShippingMethod`](/reference/storefront/v1/objects/shipping-method) objects containing shipping method information. ## Example ```graphql { shippingMethods { id name description price } } ``` ## Related Types - [`ShippingMethod`](/reference/storefront/v1/objects/shipping-method)