Generators
commerce
Products, departments, prices, SKUs, barcodes, reviews.
var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)faker.commerce.department()| Method | Example output |
|---|---|
department() |
JeweleryClothingSports |
product() |
BenchTunaBacon |
productAdjective() |
ElectronicGorgeousPractical |
productMaterial() |
PlasticBambooBronze |
productName() |
Recycled Cotton BaconUnbranded Soft SausagesSmall Steel Cheese |
productDescription() |
The Football Is Good For Training And Recreational PurposesThe Great Granite Chair has a comfortable seat and a sturdy frameErgonomic executive chair upholstered in bonded black leather and PVC padded seat |
review() |
Does the job — the grip is better than I expected, though the weight could be better.Arrived early and the size is worth every penny.Does the job — the finish is better than I expected, though the grip could be better. |
reviewTitle() |
Exactly what I wantedDoes what it saysNot for me |
reviewAspect() |
the stitchingthe fitthe colour |
price(in range: ClosedRange<Double> = 1...1_000, decimals: Int = 2) |
202.176.53945.20 |
ean13() |
677684955266969389910518902807591210317 |
sku() |
PS-2846-MWER-4389-DEZJ-9824-EW |
Examples are real output from three different seeds, captured when this page was built, using each method’s default arguments. Where a signature shows parameters, pass your own to change the size, gender, length or format.