• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle


















  • You have to have 5 items in a subscribe and save delivery to get the maximum discount listed on each of the items.

    If you put your 25% item into a delivery next month and also subscribe to 4 other items in the same monthly delivery that show “up to 10%” discount, you’ll get 25% off the first item and 10% off the other 4.

    Remove one item so you only have 4 items in the delivery and you’ll probably (I’m simplifying) get the lowest mentioned discount on each item rather than the highest - e.g. 5% instead of 25%.


  • Look into restful api’s. Every software provider that allows integration with another software product will provide an api for other software to communicate in defined ways.

    For bonus credit, look into graphql. It’s a type of api that allows the calling software to define exactly what data they want in the response.

    If you’re controlling both softwares (I.e. they’re two “internal” programs), look into RabbitMQ. It’s a messaging software that allows messages (data) to be passed between two distinct programs in a normalised fashion.

    Disclaimer: this is all off the top of my head early on a Monday morning. Excuse any mistakes.