Skip to main content
PUT
Update question

Authorizations

Authorization
string
header
required

Your API key goes here

Path Parameters

storeId
string<uuid>
required
questionId
string<uuid>
required

Body

application/json

Creates or updates one question on a store's reseller application form.

label
string
required

The question as the applicant sees it.

Required string length: 1 - 300
type
string
required

ShortText, LongText, Url, Number, Currency, Select, Radio, Checkbox or CheckboxGroup.

Minimum string length: 1
Pattern: ^(?:ShortText|LongText|Url|Number|Currency|Select|Radio|Checkbox|CheckboxGroup)$
isRequired
boolean
required

Whether the applicant must answer before they can submit.

order
integer<int32>
required

Where the question sits on the form.

options
string[]
required

The choices, for Select, Radio and CheckboxGroup. Ignored for other types.

helpText
string | null

Optional guidance shown under the question.

Maximum string length: 500

Response

The object was successfully updated.

Represents a default generic response for API endpoints.

success
boolean
required

Indicates whether the operation or response was successful.

message
string | null

A descriptive message providing additional context or information about the response.

code
string | null

The error code (if there was an error) to use when referencing the error

data
object

One question on a store's reseller application form.

Last modified on August 22, 2026