action rebilly_get_subscription { label: "Retrieve an order" description: "Retrieve an order with specified identifier string.\n" provider: rebilly method: GET path: "/subscriptions/{id}" encoding: json output: { type: "object" properties: { orderType: { type: "string" description: "Specifies the type of order, a subscription or a one-time purchase.\n" enum: ["subscription-order", "one-time-order"] } } } }