As of June 15th, 2020 Nordstrom and NRHL will begin requiring all suppliers to update their integration to include the new fields listed below. Provided here are the sample EDI documents and sample V2 API call documents which to guide suppliers in making the required changes.
See the article on the Nordstrom/NRHL new fields HERE.
Fields by Process
INVENTORY
EDI 846:
warehouse_code_1
warehouse_quantity_1
V2 API:
API V2 Endpoint: https://apis.dsco.io/docs/v2/#!/iteminventory/updateOrCreateItemInventory
SHIPMENT
EDI 856:
package_warehouse_code
V2 API:
V2 Endpoint: https://apis.dsco.io/docs/v2/#!/order/updateOrderShipment
"warehouseCode": "string"
CANCELATION
EDI 870:
cancel_reason
cancel_code
V2 API:
V2 Endpoint: https://apis.dsco.io/docs/v2/#!/order/updateOrderStatus
"cancelCode": "string"
"cancelledReason": "string"
SHIPPING FROM INVOICE
If Shipping from Invoice:
EDI 810:
ship_from_location_code
V2 API:
V2 Endpoint: https://apis.dsco.io/docs/v2/#!/invoice/createInvoice
"warehouseCode": "string"
Comments
Please sign in to leave a comment.