Jim Dobson

  • Total activity 24
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 10

Posts

Recent activity by Jim Dobson Recent activity Votes
  • Toast Orders API /orders/v2/orders

    I would like to propose the Get Order Identifiers (/orders/v2/orders) endpoint, which has been deprecated per the API docs, remain in place. It is a very effective tool for reconciling orders retri...

  • Stock API /inventory endpoint

    The /inventory endpoint returns an array of MenuItemInventory objects: Example: { "guid": "da3dacda-3991-4073-b163-68ec763c49d9", "itemGuidValidity": "VALID", "status": "OUT_OF_STOCK", "quantity"...

  • Order businessDate vs openDate

    Hello, Per Toast Order API documentation: openedDate: string (date-time) The business date of the order. businessDate: integerThe business date (yyyyMMdd) on which the order was fulfilled. and ...

  • Order API and Gross Sales

    I'm trying to correlate Order data from the Orders API with the Toast Sales Summary report. Please describe what order data property values from an Order object compose Gross Sales in the Toast Sal...

  • Orders API (/orders/v2/)- appliedDiscounts and appliedPromoCode

    In the Order object, when appliedDiscounts object contains an appliedPromoCode value, is the discountAmount value equivalent to the promotion amount applied to the check and/or selection?

  • Net Sales

    In the Sales Summary report (https://www.toasttab.com/restaurants/admin/reports/home#sales-summary) the information icon next to Net Sales indicates Net Sales is "Gross Sales minus Discount and Ref...

  • Toast Order Discounts Excluded From Sales Summary

    When comparing an order object's appliedDiscounts (order/checks/selections/appliedDiscounts) of an order from the Order API (/orders/v2/orders) to the Discount Summary in the Sales report (https://...

  • Dining Options Behavior

    Answered

    Are selection values for diningOption.behavior configurable or predefined? Documentation values are DINE_IN , TAKE_OUT , DELIVERY

  • Order source property value

    Answered

    The Order API doc indicates the order source property will contain one of the following values: In Store Online OPT API Kiosk Caller Id Google Invoice In our sandbox, which has a lot of order dat...

  • Toast API

    Answered

    I have the following questions regarding Toast APIs Orders API When calling /orders/v2/ordersBulk endpoint for a specific store with startDate(time) and endDate(time) parameters, and both dates ar...