Advanced Sizing Setup
How to setup size
Advanced Sizing Setup
Sizing is very important. You should consider what you want to cop and the stock of each size. A proper sizing setup may increase your success rate by a large amount.
For example 7,7.5,8,8.5,9,9.5,10,10.5,11,11.5
Note: This setup is prone to lose. The task will attempt to add a size to the cart exactly in the specified order. The size 7.5 will be attempted when the size 7 is sold out.
A better setup is the sizing range.
For example 7-11.5
Note: For this setup, the task will choose a size from size 7 to size 11.5 randomly, prioritize the size that is available.
Of course, there is some more advanced sizing setup
For example: 4-7, 7.5-9, random
Note: This setup is very good. The task will attempt to add the women's golden sizes to the cart, then the men's golden sizes. Finally, if both men's and women's gold sizes are sold out, the task will randomly choose a size, any size, to make sure not to come back empty-handed.
exclude sizes
Use !
size to exclude unwanted sizes.
For example: I need to buy 8, 9, and 10 in sizes 8-10. At the same time, I don't want 8.5 and 9.5 sizes. Then we You can set the size like this: 8-10,!8.5,!9.5
, or !8.5,!9.5,8-10
, which means to randomly select from 8-10 sizes, and exclude 8.5 and 9.5 sizes at the same time. In this way, random sizes in discontinuous size segments can be set more freely.
Suggestion
Enable the advanced mode to add multiple sizing ranges.
After you are familiar with the above rules, you can also directly enter the sizing to the size input field on the task setting page.
Last updated
Was this helpful?