action api2cart_cart_methods { label: "CartMethods" description: "Get list of cart methods" provider: api2cart method: GET path: "/cart.methods.json" encoding: json output: { type: "object" properties: { result: { type: "object" properties: { method: { type: "array" items: { type: "string" } } } } return_code: { type: "integer" } return_message: { type: "string" } } } }