shippingMethods
Get all available shipping methods
Authentication
Public Access: Accessible with the public API key
Query Structure
{
shippingMethods {
# ShippingMethod fields
}
}Arguments
This query accepts no arguments.
Return Type
Returns an array of ShippingMethod objects containing shipping method information.
Example
{
shippingMethods {
id
name
description
price
}
}