1.83.4 – 2023-08-24

  • Switch partner menu item id to navision id and allow to use both sku or id

1.81.2 – 2023-06-12

  • Fix error responses and examples in documentation.

1.80.4 – 2023-03-16

  • Add property SKU in item’s JSON response.

1.80.1 – 2023-02-22

  • General stability improvements.

1.77.0 – 2022-09-20

  • Added new cart api to create order.

1.76.0 – 2022-08-05

  • Name of the person on the order,now requires first and last names. Not having last name becomes a problem with buying shipping to apartments.

1.69.0 - 2022-03-28

  • Added new Order attribute: projected_shipments. This integer value is the number of shipments (boxes), expected to be used to pack this order. In rare circumstances, this number may differ from the actual number of boxes used at the time of packing.

1.68.0 - 2022-03-18

  • Added new category PASTA_NOODLES

1.63.0 - 2022-01-17

  • Added new nutrient: NET_CARBOHYDRATES

1.62.0 - 2022-01-11

  • Added a new endpoint /zipcodes, that returns a list of deliverable U.S. zip codes.

1.45.0 - 2021-10-04

  • Increased delivery_status_message length to 256 characters.
  • Added new sub-categories: HOLIDAY, FESTIVE, SEASONAL, BITES, TREATS, for more details see category docs

1.44.0 - 2021-09-21

  • ship_to.phone is now a required field on Create Order requests. A phone number is required by most carriers in case of delivery exceptions. If you do not have the user’s phone number, then supply your customer service phone number.

1.43.0 - 2021-09-20

  • Added additional validation to ensure all POST requests are Content-Type: application/json.
  • Added new category: CHEFS_TABLE. Chef’s table meals are now categorized with sub_category: CHEFS_TABLE

1.42.0 - 2021-09-13

  • Increased max length for ingredients in Menu Item Details to be 1000 characters.

1.40.0 - 2021-09-09

  • Added unit_size and unit_of_measure to Menu Item Detail nutrition property.

1.38.0 - 2021-09-02

  • delivery_date is no longer a required field on the Create Order request. If a Create Order request is received without delivery_date, Intelligent Foods will select a date in the Menu’s week, Sunday through Thursday.
  • The delivery_date change allows a simplified Order flow. Please see the updated sequence diagrams for the Full Flow and Simplified Flow.

1.36.0 - 2021-08-20

  • Added freezable to Menu Item detail.

1.35.0 - 2021-08-19

  • Added main_category and sub_category to Menu Item summary.

1.30.0 - 2021-07-30

  • A new item type BUNDLE has been added.

1.24.0 - 2021-07-26

  • Added second_image_url to Menu Item details.

1.19.0 - 2021-07-12

  • Added shipping_fee to Menu object
  • Added callback_headers to Order Request for Webhook authentication. See Callbacks for more information.
  • Removed callback_url from Callback body
  • Removed ship_to field from Order and Shipment objects sent as part of the Callback body

1.15.0 - 2021-06-30

  • Added Statuses and Error documentation.
  • Fix order.status CANCELLED_ERROR to ERROR_CANCELLED

1.13.0 - 2021-06-25

  • Added delivery_status_message to Shipment object to convey additional delivery information from carriers.
  • Updated shipment.status values: CREATED, CANCELLED
  • Updated shipment.delivery_status values: UNKNOWN, PRE_TRANSIT, IN_TRANSIT, OUT_FOR_DELIVERY, DELIVERED, CANCELLED, FAILURE, RETURN_TO_SENDER
  • Updated order.status values: ACCEPTED, IN_PROCESS, PROCESSED, CANCELLED, ERROR, ERROR_CANCELLED
  • Cleanup of various HTTP error responses.
  • Added documentation: HTTP Responses

1.9.0 - 2021-06-21

  • The callback object format has been finalized and documented, see Callbacks in the Create Order POST request and the new Callbacks page.
  • 2 new fields were added to the Order object: error_type and error_details
  • 2 new fields were added to the Shipment object: delivery_status_detail and est_delivery_date

1.8.0 - 2021-06-08

  • Collateral
    • A new item type COLLATERAL has been added.
    • Collateral items are non-menu items that may optionally be included with an order, such as booklets, pamphlets, advertisements, etc.
    • Collateral item should not be displayed to users.
    • Partners should include the ID of the collateral items in orders as desired.
    • For example, the Intelligent Foods Welcome booklet, if available, will appear on the menu like this:
            {
              "id": "8240d3d9e2de479d998dc37c31c74d3a",
              "type": "COLLATERAL",
              "name": "Welcome Booklet",
              "description": "Intelligent Foods Welcome Booklet",
              "slug": "welcome-booklet",
              "quantity": 1,
              "list_price": 0
          }