# Stores Business Entities or locations of a single business entity that need to maintain their own inventory records. ## Gets Stores - [GET /stores](https://developer.yellowdogsoftware.com/fetch/api/stores/get-stores.md) ## Gets Store by Id - [GET /stores/{id}](https://developer.yellowdogsoftware.com/fetch/api/stores/get-stores-byid.md) ## Gets Items for a Specific Store - [GET /stores/{id}/items](https://developer.yellowdogsoftware.com/fetch/api/stores/get-stores-items.md): The expected body payload change between the items endpoint and the stores items endpoint (this) is best described though the following examples. Note that by using this endpoint it will bring only the items that are available to this store and only include this store in the expanded stores section of the item. /api/v2/items? Expand = Stores + filter = lastUpdated >= 2023 - 10 - 30T17:12:12.009Z json [ { "id": "35542435-cf86-11eb-b6e8-8cae4ce6cd26", "description": "tesssst", "posDescription1": "tesssst", "posDescription2": null, "sku": "000000000471", "noCount": false, "shippingWeight": 0.0, "shippingHeight": 0.0, "shippingWidth": 0.0, "shippingLength": 0.0, "uom": null, "childCount": 1.0, "childUsage": 100.0, "upc": [], "active": true, "lastUpdated": "2023-10-30T17:12:12.009Z", "dimension1": null, "dimension2": null, "dimension3": null, "dimension4": null, "dimension5": null, "dimension6": null, "dimension7": null, "dimension8": null, "dimension9": null, "dimension10": null, "level": { "id": "07ab7a19-a9ea-11e3-9931-002590a52022", "code": "00010", "description": "RESTAURANT" }, "level1": { "id": "07ab7a19-a9ea-11e3-9931-002590a52022", "code": "00010", "description": "RESTAURANT" }, "level2": { "id": "00000000-0000-0000-0000-000000000000", "code": "", "description": "" }, "level3": { "id": "00000000-0000-0000-0000-000000000000", "code": "", "description": "" }, "level4": { "id": "00000000-0000-0000-0000-000000000000", "code": "", "description": "" }, "parentItem": null, "recipe": null, "matrix": null, "webProperties": null, "stores": [ { "id": "140e0635-b934-11e3-be42-002590a52022", "bin": null, "reorderPoint": 0.0, "parLevel": 0.0, "tariffCode": null, "description": "Mordor", "code": "1", "revenueCenterNumber": "1", "onHand": 0.0, "retailPrice1": 0.0, "retailPrice2": 0.0, "retailPrice3": 0.0, "retailPrice4": 0.0, "retailPrice5": 0.0, "retailPrice6": 0.0, "retailPrice7": 0.0, "retailPrice8": 0.0, "retailPrice9": 0.0, "retailPrice10": 0.0, "flags": [], "interfaces": { "AccountingGroup": "100", "COGS": "Food", "MicrosClass": "101", "MicrosCondimentsAllowed": "1001", "MicrosFamily": "301", "MicrosItemGroup": "101", "MicrosLevelClass": "999", "MicrosMajor": "101", "MicrosNLUGroup": "10", "MicrosPrintClass": "101", "Publish": "1", "RevenueCenter": "1", "StartingNumber": "950001", "GenericCodeA": "", "GenericCodeB": "", "GenericCodeC": "", "GenericCodeD": "", "GenericCodeE": "", "GenericCodeF": "", "GenericCodeG": "", "GenericLevelA": "", "GenericLevelB": "", "GenericLevelC": "", "ItemNumber": "" } } ], }, { "id": "c81f9a9f-985e-11eb-b6e6-d89c672bbc04", "bin": null, "reorderPoint": 0.0, "parLevel": 0.0, "tariffCode": null, "description": "The Shire", "code": "11", "revenueCenterNumber": "1", "onHand": 0.0, "retailPrice1": 0.0, "retailPrice2": 0.0, "retailPrice3": 0.0, "retailPrice4": 0.0, "retailPrice5": 0.0, "retailPrice6": 0.0, "retailPrice7": 0.0, "retailPrice8": 0.0, "retailPrice9": 0.0, "retailPrice10": 0.0, "flags": [], "interfaces": { "AccountingGroup": "", "GenericCodeA": "", "GenericCodeB": "", "GenericCodeC": "", "GenericCodeD": "", "GenericCodeE": "", "GenericCodeF": "", "GenericCodeG": "", "GenericLevelA": "", "GenericLevelB": "", "GenericLevelC": "", "ItemNumber": "", "Publish": "" }, } ] pulling a single store at a time /api/v2/stores/c81f9a9f-985e-11eb-b6e6-d89c672bbc04/items?Expand=Stores+filter=lastUpdated>=2023-10-30T17:12:12.009Z json [ { "id": "35542435-cf86-11eb-b6e8-8cae4ce6cd26", "description": "tesssst", "posDescription1": "tesssst", "posDescription2": null, "sku": "000000000471", "noCount": false, "shippingWeight": 0, "shippingHeight": 0, "shippingWidth": 0, "shippingLength": 0, "uom": null, "childCount": 1, "childUsage": 100, "upc": [], "active": true, "lastUpdated": "2023-10-30T17:12:12.009Z", "dimension1": null, "dimension2": null, "dimension3": null, "dimension4": null, "dimension5": null, "dimension6": null, "dimension7": null, "dimension8": null, "dimension9": null, "dimension10": null, "level": { "id": "07ab7a19-a9ea-11e3-9931-002590a52022", "code": "00010", "description": "RESTAURANT" }, "level1": { "id": "07ab7a19-a9ea-11e3-9931-002590a52022", "code": "00010", "description": "RESTAURANT" }, "level2": { "id": "00000000-0000-0000-0000-000000000000", "code": "", "description": "" }, "level3": { "id": "00000000-0000-0000-0000-000000000000", "code": "", "description": "" }, "level4": { "id": "00000000-0000-0000-0000-000000000000", "code": "", "description": "" }, "parentItem": null, "recipe": null, "matrix": null, "webProperties": null, "stores": [ { "id": "c81f9a9f-985e-11eb-b6e6-d89c672bbc04", "bin": null, "reorderPoint": 0, "parLevel": 0, "tariffCode": null, "description": "The Shire", "code": "11", "revenueCenterNumber": "1", "onHand": 0, "retailPrice1": 0, "retailPrice2": 0, "retailPrice3": 0, "retailPrice4": 0, "retailPrice5": 0, "retailPrice6": 0, "retailPrice7": 0, "retailPrice8": 0, "retailPrice9": 0, "retailPrice10": 0, "flags": [], "interfaces": { "AccountingGroup": "", "GenericCodeA": "", "GenericCodeB": "", "GenericCodeC": "", "GenericCodeD": "", "GenericCodeE": "", "GenericCodeF": "", "GenericCodeG": "", "GenericLevelA": "", "GenericLevelB": "", "GenericLevelC": "", "ItemNumber": "", "Publish": "" }, } ], "vendors": [], "images": [], "shortDescription": null, "isEvergreen": null, "style": null, "expirationDays": null, "reference": null, "attributes": null } ] ## Gets a Store's ThirdPartyCodes - [GET /stores/{id}/interfaces/ThirdPartyCodes](https://developer.yellowdogsoftware.com/fetch/api/stores/get-stores-interfaces.md)