Items API
Table of Contents
DateCodeGenie® has an inbound API that allows you to view and edit items from your organization's system.
Item data includes:
- Item ID
- Date created
- Category the item is in
- Location override data
- Food name
- SKU #
- Net weight
- Barcode
- Barcode type
- PLU SLU
- QR code
- End of day expiration (yes or no)
- Food expiration time
- Food temper time
- Food pull time
- Food ready time
- Food thaw time
- End of day thaw (yes or no)
- Custom field
- List price
- Cost of goods
- UUID
Item ID:
- is the unique identifying number generated when the item is created.
- cannot be changed.
- is required for updating or deleting an item.
For more details, see DateCodeGenie API Docs.
Get items
Get all items from your portal, along with all of their data.
https://www.datecodegenie.com/api/menu/menuitems
Responses
200

400

404

Get one item
Get one item and all of its data from your portal.
You will need the item ID to complete this.
https://www.datecodegenie.com/api/menu/menuitem/{id}
Responses
200

400

404

Update one item
Update item data in the portal.
You will need the item ID to complete this.
https://www.datecodegenie.com/api/menu/menuitem/{id}
Request
Payload

Responses
202

400

404

Delete one item
Delete an item from your portal.
You will need the item ID to complete this.
https://www.datecodegenie.com/api/menu/menuitem/{id}
Responses
202

400

404

Create one item
Create a new item and add it to your portal.
https://www.datecodegenie.com/api/menu/menuitem
Request
Payload

Responses
201

400

404

To request an existing API set up with your portal, email dcgintegrations@ncco.com.