An integer number with a maximum value of 127. Negatives are disallowed unless otherwise specified.
An integer number with a maximum value of 32767. Negatives are disallowed unless otherwise specified.
An integer number with a maximum value of 2147483647. Negatives are disallowed unless otherwise specified.
A decimal number of up to M digits in total including* D* digits after the decimal point. Negatives are disallowed unless otherwise specified.
A string of text up to M characters in length.
A string of text up to ~16,777,216 bytes in length.
A boolean value: true or false. In JSON it will be represented using the native boolean type. In XML, it will be the literal strings true or false.
An RFC 2822 date. All dates output by BigCommerce API responses are in GMT (+0000) time. However, any time zone may be used on inputs as the offset information will be converted accordingly.
An enumeration of string values. Only the values specified in the fields description are allowed.
An object with its own set of fields.
A 2 character ?ISO 3166-1 alpha-2 country code.
A valid email address. 250 characters maximum.
Variable data depending on context. See the field definition for specifics.
A simple list of values. In JSON this will be an array. In XML the field will contain a set of elements.
A string representing a URI reference to another resource within the current version of the API.
A null value. In JSON this is represented as the native null type. In XML, it is represented as the literal string NULL.