Loading...
Returns subscription with a given ID that exists in the order.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/orders/{orderId}/subscriptions', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": [ { "id": "text", "href": "text", "name": "text", "startDate": "2024-11-15T10:30:34.879Z", "terminationDate": "2024-11-15T10:30:34.879Z", "autoRenew": false, "commitmentDate": "2024-11-15T10:30:34.879Z", "lines": [] } ] }