{ "operationId": "getPriceList", "method": "GET", "path": "/pricelists/{price_list_id}", "summary": "BigCommerce Get a Price List", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": { "id": 2, "name": "B2B", "date_created": "2022-02-26T17:37:01Z", "date_modified": "2022-09-17T18:34:36Z", "active": true }, "meta": {} } } ] }