Description |
As soon as stock is moved from one location type to a new location type by the DC on SupplyStream, this method will push the stock movement information to the Hub. |
System behaviours
- Movements between the same
...
- location type are not sent, i.e. QC to QC, Available Stock to Available Stock.
Available formats
...
StockStatusMovement | ||
Field | Description | Data Type |
MessageGroupId | Placeholder | nvarchar(100) |
MessagePart | This is the message part of the total number of messages. API only. | int |
MessageTotal | This is the total number of messages. API only. | int |
IntegrationId | This is determined by SupplyStream and is the client unique identifier. This will be a consistent unique value per client. Example: CCIND | nvarchar(100) |
SequenceNumber | This is determined by SupplyStream. Every push message will increment by 1 for each service selected | int |
DcCode | SEKO created code that uniquely identifies the DC from other SEKO DC's. This code is supplied by SEKO. | nvarchar(100) |
UtcDate | Date in which the movement took place. | datetime |
ToLocationType | The location the SKU has been moved to. For example: Available Stock, Quarantine, Query, QC. | nvarchar(100) |
ToChannel | Placeholder | nvarchar(100) |
Quantity | The quantity of the SKU that has been moved | int |
ProductCode | The SKU that has been moved | nvarchar(100) |
FromLocationType | The location the SKU has been moved from. For example: Available Stock, Quarantine, Query, QC. | nvarchar(100) |
FromChannel | Placeholder | nvarchar(100) |
Ean | The EAN of the SKU that has been moved. Data must exist in the product master on SupplyStream to be returned. | nvarchar(100) |
MovementID | Placeholder. | nvarchar(100) |
BestBeforeDate | The best before date of the SKU within the carton | datetime |
LotNo | The lot number of the SKU within the carton | nvarchar(100) |