Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
ProductGroupProductGroupfalseProductGroup
codestringfalse

code

namestringfalsename
descriptionstringfalsedescription
orderintegerfalseorder
ProductSetProductListProductfalseList of Product



JSON representation

Code Block
languagepowershell
themeDJango
{
     "productGroup": null,
     "code": "ROOM",
     "name": "Room Types",
     "description": null,
     "order": 1,
     "productSetproductList": [
         {
             "id": 46,
             "code": "SGL",
             "name": "Single",
             "productType": {
                 "id": 1,
                 "code": "ACC",
                 "name": "Accommodation",
                 "nameI18n": "Accommodation"
             }
         }...
    ]
}