Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Description

As soon as a quantity increase/decrease has been made to stock by the DC on SupplyStream, this method will push the stock adjustment information to the Hub.

...

  • Reason Codes: This page shows the adjustment codes that can occur in a stock adjustment. These values are provided in Stock Adjustment service fields StockAdjustmentLineItem →  ReasonCode and StockAdjustmentLineItem → ReasonDescription
  • API adjustment messages are separated by Increase and Decrease. You will not see both in a single message/file.

Available formats


API

FTP

Manual

XML

x

x


JSON

x



CSV


x


Entity Relationships

This diagram shows the high level relationship between the entities detailed in the Field Level Details section of this page.

Field level details

StockAdjustment



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 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

InternalId

SupplyStream internal value. Example: 2dfd50ff-eb0c-4eff-bd10-5814d0b0b9f9

varchar(100)

StockAdjustmentType

This value will be either:
'Increase' : an increase to the Available Stock quantity
'Decrease': a decrease to the Available Stock quantity

StockAdjustmentType

StockAdjustmentDate

The date/time the stock adjustment was made. For example: 2017-01-09T16:04:12Z

datetime

DCCode

SEKO created code that uniquely identifies the DC from other SEKO DC's. This code is supplied by SEKO.

nvarchar(100)

LocationType

The the type of location the stock is in, i.e. Available Stock, Query, Cross Dock, Web Stock

nvarchar(100)

...