Skip to content

Export Stock Levels

Using the settings outlined below, you can configure the task to meet your specific requirements for exporting stock levels from Mintsoft.

Connection Settings

Connection

Required
The Mintsoft connection to use. See the Connecting to Mintsoft article on how to configure a Mintsoft connection in Zynk.

File Settings

Output File

Required
The name of the file to export the data to.

Mintsoft Settings

Date Modified

Optional
Export records modified on or after the given date and time when the export type is set to 'Modified'.

Export Breakdowns

Optional
Optionally include the breakdown of each stock level by batch, serial and best before in your export from Mintsoft.

Export Client

Optional
Optionally include the related client data in your export from Mintsoft.

Export Type

Required
Select the type of export you wish to execute.

  • All - Export all records from Mintsoft.
  • Modified - Export new and modified records from Mintsoft. The task will store the most recent modified date of the last batch of exported records.

Export Warehouses

Optional
Optionally include the related warehouse data in your export from Mintsoft.

Warehouse

Optional
Optionally filter the result data by warehouse.

This task setting will provide a list of warehouses configured in the Mintsoft account associated with the given connection.

XML

<?xml version="1.0" encoding="utf-8"?>
<StockLevels xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StockLevel>
    <ProductID>596</ProductID>
    <WarehouseId>3</WarehouseId>
    <ClientId>9</ClientId>
    <SKU>PROD0001</SKU>
    <Level>8027</Level>
    <TotalStockLevel>8594</TotalStockLevel>
    <PreOrderable>true</PreOrderable>
    <Bundle>false</Bundle>
    <LowStockLevel>20</LowStockLevel>
    <Breakdowns>
      <Breakdown>
        <Quantity>311</Quantity>
        <BatchNo>3130465-017</BatchNo>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>264</Quantity>
        <BatchNo>3131494-011</BatchNo>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>192</Quantity>
        <BatchNo>018527</BatchNo>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>48</Quantity>
        <Type>Quarantine</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>1080</Quantity>
        <BatchNo>3132912-008</BatchNo>
        <BestBefore>2028-05-23T00:00:00</BestBefore>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>1620</Quantity>
        <BatchNo>3132912-008</BatchNo>
        <BestBefore>2028-05-23T00:00:00</BestBefore>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>246</Quantity>
        <BatchNo>3131494-011</BatchNo>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>1074</Quantity>
        <BatchNo>3132912-008</BatchNo>
        <BestBefore>2028-05-23T00:00:00</BestBefore>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>1620</Quantity>
        <BatchNo>3132912-008</BatchNo>
        <BestBefore>2028-05-23T00:00:00</BestBefore>
        <Type>Allocation</Type>
      </Breakdown>
      <Breakdown>
        <Quantity>1620</Quantity>
        <BatchNo>3132912-008</BatchNo>
        <BestBefore>2028-05-23T00:00:00</BestBefore>
        <Type>Allocation</Type>
      </Breakdown>
    </Breakdowns>
    <Warehouse>
      <ID>3</ID>
      <LastUpdated>2025-06-28T00:18:50.1283515</LastUpdated>
      <LastUpdatedByUser>[email protected]</LastUpdatedByUser>
      <Name>i6</Name>
      <Details>i6</Details>
      <AllowTransfersIn>true</AllowTransfersIn>
      <AllowUnassignedLocations>true</AllowUnassignedLocations>
      <AllocateBasedOnLocationTypePriority>true</AllocateBasedOnLocationTypePriority>
      <IncludeAllocatedStockInReplenishmentPoint>false</IncludeAllocatedStockInReplenishmentPoint>
      <VerifyLocationsWhenPicking>false</VerifyLocationsWhenPicking>
      <IsActive>true</IsActive>
      <Type>Normal</Type>
      <PrependWarehouseName>false</PrependWarehouseName>
      <AddressLine1>i6</AddressLine1>
      <AddressLine2>6-8 Charlotte Square</AddressLine2>
      <City>Newcastle</City>
      <County>Tyne &amp; Wear</County>
      <Postcode>NE1 4XF</Postcode>
      <CompanyName>Zynk Software</CompanyName>
      <ContactName>Joe Blogs</ContactName>
      <ContactNumber>01913037279</ContactNumber>
      <ContactEmail>[email protected]</ContactEmail>
      <CountryID>1</CountryID>
      <ClientID>0</ClientID>
    </Warehouse>
    <Client>
      <ID>9</ID>
      <LastUpdated>2025-06-13T00:02:37.277</LastUpdated>
      <LastUpdatedByUser>[email protected]</LastUpdatedByUser>
      <ShortName>Zynk Software</ShortName>
      <Name>Zynk Software</Name>
    </Client>
  </StockLevel>
</StockLevels>