{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Form Field Values API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Form Field Values", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Customer Form Field Values", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/customers/form-field-values", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number. `page=1`" }, { "name": "limit", "value": "", "type": "query", "description": "Items count per page. `limit=50`" }, { "name": "customer_id", "value": "", "type": "query", "description": "Filter by the customer ID." }, { "name": "address_id", "value": "", "type": "query", "description": "Filter by the ID of the customer address." }, { "name": "field_name", "value": "", "type": "query", "description": "Filter by the field name." }, { "name": "field_type", "value": "", "type": "query", "description": "Filter by the field type.\n * `checkboxes` - checkboxes field\n * `date` - date field\n * `multiline` - multiline text field\n * `numbers` - numbers only field\n * `password` - password field\n * `radiobuttons` - radio buttons field\n * `text` - text field\n * `picklist` - pick list field" } ] }, "docs": "Returns a list of form field values for the Customer or Customer Address object.\n\nTo learn about adding and managing form fields, see [Adding and Editing Fields in the Account Signup Form](https://support.bigcommerce.com/s/article/Editing-Form-Fields)." }, { "info": { "name": "BigCommerce Upsert Customer Form Field Values", "type": "http" }, "http": { "method": "PUT", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/customers/form-field-values", "body": { "type": "json", "data": "{}" } }, "docs": "Updates form field values on the Customer or Customer Address objects. Multiple form field values can be updated in one call.\n\nUpsert checks for an existing record, if there is none it creates the record, if there is a matching record it updates that record.\n\nTo learn more about editing form fields, see [Adding and Editing Fields in the Account Signup Form](https://support.bigcommerce.com/s/article/Editing-Form-Fields).\n\n**Limits**\n* Limit of 10 concurrent requests." } ] } ], "bundled": true }