A manifest is a set of instructions used by our back-end to explain what you would like your application to do. A manifest contains an array of modules, and each module can have a different type. 


Currently, we support the following types:

  • ExternalApplication - Used for applications like mobile applications and applications that require constant access to the users account regardless of their online status
  • ExternalUserInterface - Implements an iframe to server as a web page that you desire. Will pass through a token you can use to access the current users data.
  • ShippingIntegration - Allows for a custom shipping integration

All the above types can be used in conjunction with eachother. (eg. A shipping integration may offer a mobile application, which can therefore utilize ExternalApplication and ShippingIntegration).