NOTE: Currently, for Kroger only, returns are only allowed for perishable items that are returned because the shipment was undeliverable or refused. All other returns must be coordinated directly (outside of Logicbroker) with Kroger.
*API field name refers to field names for XML, JSON, and CSV field names.
EDI Field | Logicbroker/API Field | Description | Requirement |
---|---|---|---|
N/A |
Identifier.SourceKey |
Identifier that will come from the source system; typically this will match the PartnerPO. |
Read Only |
N/A |
Identifier.LogicbrokerKey |
ID to identify the document in the Logicbroker system. |
Read Only |
N/A |
Identifier.LinkKey |
Used to link the document to the original source document. For example, It is best to supply the Order's LinkKey when posting a shipment. This will make sure the order shipped quantities are updated on the original order and all statuses are updated appropriately. |
Optional |
N/A |
SenderCompanyId |
Logicbroker Internal Company ID to specify what company is sending the document. |
Required |
N/A |
ReceiverCompanyId |
Logicbroker Internal Company ID to specify what company is to receive the document. |
Required |
PRF01 |
PartnerPO |
This will be the purchase order number, this will be the main Key to link all your documents. |
Required |
BGN02 |
ReturnNumber |
Unique Identifier used to identify the Return |
Required |
N/A |
DocumentDate |
Date of the Return. This field will automatically default with the date the document is created. |
Required |
BGN03 |
ReturnDate |
Date of the Return. This field will automatically default with the date the document is created. |
Required |
N102 (ST) |
ShipToAddress.CompanyName |
Optional |
|
N201 (ST) |
ShipToAddress.FirstName |
Optional |
|
N202 (ST) |
ShipToAddress.LastName |
Optional |
|
N301 (ST) |
ShipToAddress.Address1 |
Optional |
|
N302 (ST) |
ShipToAddress.Address2 |
Optional |
|
N401 (ST) |
ShipToAddress.City |
Optional |
|
N402 (ST) |
ShipToAddress.State |
Optional |
|
N404 (ST) |
ShipToAddress.Country |
Optional |
|
N403 (ST) |
ShipToAddress.Zip |
Optional |
|
N104 (ST*92) |
ShipToAddress.AddressCode |
Optional |
|
N1:PER06 (TE) |
ShipToAddress.Phone |
Optional |
|
N1:PER04 (EM) |
ShipToAddress.Email |
Optional |
|
N102 (SF) |
ShipFromAddress.CompanyName |
Optional |
|
N201 (SF) |
ShipFromAddress.FirstName |
Optional |
|
N202 (SF) |
ShipFromAddress.LastName |
Optional |
|
N301 (SF) |
ShipFromAddress.Address1 |
Optional |
|
N302 (SF) |
ShipFromAddress.Address2 |
Optional |
|
N401 (SF) |
ShipFromAddress.City |
Optional |
|
N402 (SF) |
ShipFromAddress.State |
Optional |
|
N404 (SF) |
ShipFromAddress.Country |
Optional |
|
N403 (SF) |
ShipFromAddress.Zip |
Optional |
|
N104 (SF*92) |
ShipFromAddress.AddressCode |
Optional |
|
N1:PER06 (TE) |
ShipFromAddress.Phone |
Optional |
|
N1:PER04 (EM) |
ShipFromAddress.Email |
Optional |
|
N/A |
ExtendedAttribute.EXAMPLE |
Optional |
|
BLI09 (IN) |
ReturnLines.ItemIdentifier.PartnerSKU |
The Item identifier that is internal to the purchaser/merchant. |
Conditional - if received on an order this value should be returned |
BLI02 (VN) |
ReturnLines.ItemIdentifier.SupplierSKU |
The Item Identifier that is used by the supplier or the person fulfilling the product. |
Required |
BLI11 (UP) |
ReturnLines.ItemIdentifier.UPC |
Typically the U.P.C Consumer Package code will be provided; however additional standardized codes can be provided here as well. See specific partner instructions for details. |
Conditional - if received on an order this value should be returned |
N/A |
ReturnLines.Price |
Unit cost that the merchant expects to be billed for each unit fulfilled. |
Optional |
BLI03 |
ReturnLines.Quantity |
Used to indicate the quantity being returned |
Required |
BLI04 |
ReturnLines.QuantityUOM |
Unit of Measure for the Quantity being identified for this line. |
Required |
BLI:RDR04 (DR) |
ReturnLines.ReturnReason |
Free Form Reason for return of the line item. |
Required |
BLI:RDR04 (DR) |
ReturnLines.ReturnReasonCode |
Code specified by your partner to identify the return reason. |
Required |
Comments
0 comments
Article is closed for comments.