Retrieve Linked Channel SKUs

Home || Linnworks || Retrieve Linked Channel SKUs
Description

RIS-SC-1023 Retrieve Linked Channel SKUs

This query retrieves information about stock items based on a specified SKU prefix. It selects the SKU, linked SKU custom label, source, and sub-source from the StockItem table, while also generating a new SKU by replacing ‘LLC’ with ‘LLCPRP’ in the ItemNumber column. The search criteria limit results to items with an ItemNumber starting with ‘DB-RBN’ followed by ‘LLC-‘.
How to generate the report: a step-by-step guide
Retrieve Linked Channel SKUs
Retrieve Linked Channel SKUs 2

Reported Values

The report returns the following values:
Column NameDescription
SKUStock Keeping Unit (SKU)
Linked SKU Custom LabelCustom label linked to the SKU
SourceSource of the stock item
SubSourceSub-source of the stock item
New SKUModified Stock Keeping Unit (SKU)

Parameters

Summary

This SQL query retrieves information about stock items with a specific SKU prefix from the database. It generates a new SKU by replacing ‘LLC’ with ‘LLCPRP’ in the ItemNumber column, facilitating data manipulation or updates. The query is designed to provide relevant details about stock items and their associated data, aiding in inventory management tasks.
Scroll to Top