# Assembled Product

## Short description

The ERP Cache Assembled Product interface facilitates the upload of assembled products into the ERP Cache.

These can then be used to e.g. determine the lowest stock count for an assembled product.

## Delivery method

**Update Frequency**: Batch at least once a day\
**Incremental or complete set:** Incremental

**Filetype:** Zipped XML

**Filename: \[SHOPNAME]\_ErpCache\_**&#x41;ssembledProducts\_**\[INDEXNUMBER]\(**\_**\[SUBNUMBER])**.xml\
**Transport:** over FTPS, FTPS Vendisto server hosted by INTEGRACE, file will be placed on FTPS server by ERP party.

**Location within FTP root:** \ErpCache\\

## Structure XML

```xml
<?xml version="1.0" encoding="utf-8"?>
<Import>
  <ImportSettings>
    <Importer>ErpCache_AssembledProducts</Importer>
    <Version>1.0</Version>
  </ImportSettings>
  <AssembledProducts>
    <AssembledProduct number="">
      <PartProduct number="">
        <Quantity>1</Quantity>
      </PartProduct>
      <PartProduct number="">
        <Quantity>1</Quantity>
      </PartProduct>
      <PartProduct number="">
        <Quantity>1</Quantity>
      </PartProduct>
    </AssembledProduct>
    <AssembledProduct number="" />
  </AssembledProducts>
</Import>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shoxl.gitbook.io/erp-integration-guide/2024.9/erp-cache-batch/assembled-product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
