# Get Available Shipping Methods Retrieve list of available shipping methods with details Endpoint: GET /shipping-methods Version: 1.0.1 Security: oauth2ClientCredentials ## Response 200 fields (application/json): - `name` (string) Shipping method name Example: "STANDARD" - `description` (string) Shipping method details Example: "5-8 business days" - `price` (string) Shipping cost Example: "9.99"