2022-12-27 14:00:49 +00:00
|
|
|
module.exports = Self => {
|
|
|
|
require('../methods/item-shelving-sale/filter')(Self);
|
2023-09-27 12:01:17 +00:00
|
|
|
require('../methods/item-shelving-sale/itemShelvingSaleByCollection')(Self);
|
|
|
|
require('../methods/item-shelving-sale/itemShelvingSaleSetQuantity')(Self);
|
2022-12-27 14:00:49 +00:00
|
|
|
};
|