Hi,
Does anybody have an idea what the following parameter in the bricksync software does ?
// Set to non-zero to reuse existing and empty BrickOwl lots with matching external_id/LotIDs
brickowl.reuseempty = 0;
Any help is highly appriciated
Unbrickable
Comments
int reuseemptyflag;
// Set to non-zero to reuse existing and empty BrickOwl lots with matching external_id/LotIDs
brickowl.reuseempty = 0;
From the source code, basically it recycles lots that have the matching external ID and 0 quantity, I believe when a lot is sold out it is not deleted but stays as inactive in the system. BrickSync can reuse it instead of creating a new lot with a new BOID as long as the external ID is the same.
Please correct me when I am wrong, I haven't check the source and am no BS expert :P