Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 595 Bytes

custom-field.md

File metadata and controls

25 lines (16 loc) · 595 Bytes

Custom Field

Describes a custom form field to add to the checkout page to collect more information from buyers during checkout. For more information, see Specify checkout options.

Structure

Custom Field

Fields

Name Type Tags Description
title String Required The title of the custom field.
Constraints: Minimum Length: 1, Maximum Length: 50

Example (as JSON)

{
  "title": "title4"
}