Subversion Repositories SmartDukaan

Rev

Rev 11076 | Rev 11531 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11076 Rev 11095
Line 345... Line 345...
345
	17:double currentTp,
345
	17:double currentTp,
346
	18:double minimumPossibleSp,
346
	18:double minimumPossibleSp,
347
	19:double minimumPossibleTp,
347
	19:double minimumPossibleTp,
348
	20:i64 lastCheckedTimestamp,
348
	20:i64 lastCheckedTimestamp,
349
	21:double maximumSellingPrice,
349
	21:double maximumSellingPrice,
350
	22:double pgFee
350
	22:double pgFee,
-
 
351
	23:double courierCostMarketplace
351
}
352
}
352
 
353
 
353
struct SnapdealItem{
354
struct SnapdealItem{
354
	1:i64 item_id,
355
	1:i64 item_id,
355
	2:i64 warehouseId,
356
	2:i64 warehouseId,
Line 365... Line 366...
365
    12:double maxNlc,
366
    12:double maxNlc,
366
    13:string skuAtSnapdeal,
367
    13:string skuAtSnapdeal,
367
    14:string supc,
368
    14:string supc,
368
    15:string shippingTime,
369
    15:string shippingTime,
369
    16:string updatedBy,
370
    16:string updatedBy,
370
    17:MarketplaceItems marketplaceItems
371
    17:MarketplaceItems marketplaceItems,
-
 
372
    18:double courierCostMarketplace
371
}    
373
}    
372
 
374
 
373
struct SnapdealItemDetails{
375
struct SnapdealItemDetails{
374
	1:i64 item_id,
376
	1:i64 item_id,
375
	2:i64 warehouseId,
377
	2:i64 warehouseId,
Line 394... Line 396...
394
    21:double maxNlc,
396
    21:double maxNlc,
395
    22:string skuAtSnapdeal,
397
    22:string skuAtSnapdeal,
396
    23:string supc,
398
    23:string supc,
397
    24:i64 lastUpdatedInventory,
399
    24:i64 lastUpdatedInventory,
398
    25:i64 lastUpdatedInventoryTimestamp,
400
    25:i64 lastUpdatedInventoryTimestamp,
399
    26:i64 shippingTime
401
    26:i64 shippingTime,
-
 
402
    27:double courierCostMarketplace
400
}
403
}
401
 
404
 
402
struct ProductFeedSubmit{
405
struct ProductFeedSubmit{
403
	1:i64 catalogItemId,
406
	1:i64 catalogItemId,
404
	2:bool stockLinkedFeed
407
	2:bool stockLinkedFeed