{ "operationId": "updatePriceList", "method": "PUT", "path": "/pricelists/{price_list_id}", "summary": "BigCommerce Update a Price List", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": { "id": 2, "name": "BigCommerce", "date_created": "2022-02-26T17:37:01Z", "date_modified": "2022-09-17T18:45:17Z", "active": false }, "meta": {} } } ] }