{ "operationId": "createPriceList", "method": "POST", "path": "/pricelists", "summary": "BigCommerce Create a Price List", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "data": { "id": 4, "name": "Wholesale Group - Trade Show", "date_created": "2022-09-17T18:41:59Z", "date_modified": "2022-09-17T18:41:59Z", "active": false }, "meta": {} } } ] }