MockCartShippingRate
Properties
| Name | Type | Description |
|---|---|---|
| id | faker.datatype.uuid() | |
| carrier | 'Birds Inc.' | |
| carrier_title | 'laden' | |
| method_code | faker.random.word() | |
| method_title | 'swallow' | |
| method_description | 'efficient' | |
| price | faker.datatype.number({ min: 1, max: 1500 }) |