BRIDGE API - Rabbit - Informa movimientos de stock a canales
BRIDGE INFORMA MOVIMIENTOS DE STOCK EN TIEMPO REAL DE TIENDAS Y CENTROS DE DISTRIBUCIÓN.
...
Allí recibirá el siguiente documento JSON:
JSON ejemplo
Sem Formato |
---|
{"channelCode": "online",
"queue": "queueForStockJournal_online",
"message": {
"info": "stockJournal",
"dateTime": "2023-04-25T09:10:00",
"operations":[
{
"companyCode":"Mirgor",
"storeCode":"Unicenter",
"locationCode":"DEP1",
"locationStatus":"OnSale",
"revenueCenter":"RCD",
"itemCode":"SamA70",
"itemDescription":"Samsung modelo A70 gris",
"date":"2020-07-01 08:51:00",
"originatorChannel":"BRIDGE",
"qty":1,
"serialNumber":"ABC123456789",
"importDocNumber":"IC1112345678",
"customsNumber":"BSAS",
"customsDate":"2020-07-01 08:51:00",
"originatorDocument":"Venta",
"substractFlag":"true",
"headerTransactionCode":"3139000001"
},
{
"companyCode":"Mirgor",
"storeCode":"Unicenter",
"locationCode":"DEP1",
"locationStatus":"OnSale",
"revenueCenter":"RCD",
"itemCode":"SamA70",
"itemDescription":"Samsung modelo A70 gris",
"date":"2020-07-01 08:52:00",
"originatorChannel":"BRIDGE",
"qty":1,
"serialNumber":"ABC123456790",
"importDocNumber":"IC11123459999",
"customsNumber":"BSAS",
"customsDate":"2020-07-01 08:51:00",
"originatorDocument":"Venta",
"substractFlag":"true",
"headerTransactionCode":"3139000001"
}
]
}} |
...