SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/commerce/orders/{id}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "id": "text", "href": "text", "notes": "text", "lines": [], "subscriptions": [ { "id": "text", "href": "text", "name": "text", "startDate": "2024-11-15T01:45:16.640Z", "terminationDate": "2024-11-15T01:45:16.640Z", "autoRenew": false, "commitmentDate": "2024-11-15T01:45:16.640Z", "lines": [] } ], "termsAndConditions": [] }