{ "operationId": "createCustomer", "method": "POST", "path": "/customers", "summary": "BigCommerce Create a Customer", "requestExamples": [ { "contentType": "application/json", "name": "application/json", "example": { "firstName": "Jane", "lastName": "Doe", "email": "janedoe@example.com", "password": "string", "acceptsMarketingEmails": true, "customFields": [ { "fieldId": "25", "fieldValue": "Leave in backyard" } ] } } ], "responseExamples": [] }