Sign Customiser

Translate canonical API values to legacy spellings and current merchant-admin labels.

API v3 uses lowercase snake_case values. Earlier API responses, internal records, and parts of the merchant admin use older uppercase spellings or human labels. Use this table only at a migration boundary; new integrations should store and send the canonical value.

The canonical and legacy columns are machine values. The UI label is display text and may be translated or clarified independently, so never parse it back into a machine value.

Two similar names need special care:

  • legacy_fixed_height is a read-only v3 description of the retired FIXED_HEIGHT pricing model. It is not accepted on writes.
  • fixed_height is a supported sizing strategy for a simple_letter customiser. Its legacy spellings are HEIGHT and FIXED.

Finish kind

Field: finish_kind

Canonical API valueLegacy spellingCurrent UI labelNotes
colourCOLOURColour
textureTEXTURETexture

Height measurement mode

Field: height_measurement_mode

Canonical API valueLegacy spellingCurrent UI labelNotes
line_heightLINE_HEIGHTLine height
letter_heightLETTER_HEIGHTLetter height

Pricing model

Field: pricing_model

Canonical API valueLegacy spellingCurrent UI labelNotes
simple_letterFIXED_WIDTHSimple Letter
advanced_letterMATERIAL_LENGTHAdvanced Letter
frame_fitFRAME_FITFrame Fit
legacy_fixed_heightFIXED_HEIGHTFixed Height (legacy)Read-only legacy value. Read-only migration metadata. It is not accepted on writes.

Product family

Field: product_family

Canonical API valueLegacy spellingCurrent UI labelNotes
neonNEONNeon
channel_letterCHANNELChannel Letter
metal_cut_outCUTOUT_METALMetal Cut-Out

Selection mode

Field: selection_mode

Canonical API valueLegacy spellingCurrent UI labelNotes
single_styleSINGLESingle
per_wordMULTIMultiple

Sign category

Field: sign_category

Canonical API valueLegacy spellingCurrent UI labelNotes
neonNEONNeon
acrylic_channel_letterACRYLICChannel Letter
metal_channel_letterMETALMetal Channel Letter
metal_cut_outCUTOUT_METALMetal Cut-Out
stencilSTENCILStencil
lightboxLIGHTBOXLightbox
wood_letterWOODWood Letter
aluminium_plateALUMINIUMAluminium Plate
braille_signBRAILLEBraille Sign
wood_frameWOOD_FRAMEWood Frame

Sizing strategy

Field: sizing_strategy

Canonical API valueLegacy spellingCurrent UI labelNotes
fixed_widthWIDTH, DYNAMICFixed Width - Height scales dynamically
fixed_heightHEIGHT, FIXEDFixed Height - Width scales dynamicallySupported sizing strategy; this is not the retired FIXED_HEIGHT pricing model.