...
Description |
As soon as stock is moved from one location type to a new location type by the DC on SEKO360SupplyStream, this method will push the stock movement information to the Hub. |
...
StockStatusMovement | ||
Field | Description | Data Type |
MessageGroupId | Placeholder | nvarchar(100) |
MessagePart | This is the message part of the total number of messages. | int |
MessageTotal | This is the total number of messages. | int |
IntegrationId | This is determined by SEKO360 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 SEKO360SupplyStream. 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 SEKO360 SupplyStream to be returned. | nvarchar(100) |
MovementID | Placeholder. | nvarchar(100) |
...