shippingMethods
Get all available shipping methods for customers to choose from during checkout.
Authentication
Public Access: Accessible with the public API key
Query Structure
{
shippingMethods {
# ShippingMethod fields
}
}Arguments
This query does not accept any arguments.
Return Type
Returns an array of ShippingMethod objects containing available shipping options.
Example
{
shippingMethods {
id
name
description
price
estimatedDeliveryDays
}
}