Versions Compared

Key

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

...

Standard flow (simple setup)

Has to have the basic functions implemented You has to do Page setup first. Then the only thing you would need to do is call the function for loading the receipt with the order number. More info here

Pros:

  • Can see a visual representation of current status

  • Can download files belonging to the product

  • Visual representation of order information

  • Can send and receive messages from suppliers

  • Does not have to implement API-calls for files, status and order info

...

  • No customization

  • User has to continually check status

Custom flow (advanced setup, must implement api calls)

Has You has to have the basic functions implemented to do Page setup first.

Order files:

You would need to poll this endpoint to receive files for the whole order:

...

  • Have to poll API changes

  • Have to make visual presentation

  • Has to implement some logic for this

Next step: Infoland Flex - Javascript components