Skip to main content

Introduction

netDecor app (called App/application, netDecor or Program) is embedded in HTML web page and has publicly facing API which lets send and receive data to/from web page app is embedded in. In particular, the following features are available in basic, unmodified version of netDecor:

  • Force program to open project send by webpage
  • Send project data to webpage
  • Send to app user login/logout state and username and show it in Program
  • Send to Program implementation of user-clicked fullscreen button in Program
  • Send references of items used in project to webpage
  • Get data about items from webpage (e.g. price)
  • Get data about physical location of running Program from webpage (Client’s shop/facility ID)

All this features require using netDecor’s API, most of the time call has an argument in which desired behaviour’s implementation should be sent. netDecor Team will add new features and modify exisitng ones, only on explicit Client’s demand, and only after evaluating price/time of feature.

caution

Since netDecor V4.26, API V2 is no longer extended. All new features are going to be implemented through Api V3.

Table of contents

  • Project
    • Load project
    • Save project
  • Shop
    • Shop settings
    • Add to basket event
    • Set prices (static API)
    • Set prices (dynamic API)
  • User panel
    • Login event
    • Logout event
    • Show projects event
    • Set user status
  • Language change
  • Add help videos