Skip to main content

🧸 Products

Power Automate connector in preview

Power Automate connector is currently in preview. It has all the functionality. Preview flag will be removed in some time as Mockster finds its users.

Description

Generate product related data. Returns an array of properties, by default ten. Some properties may be localized.

Query options

ParameterDescriptionDefault
CountCount of objects returned10
LocaleLocalization for the response, see Localizationen
SeedSeed value for reproducible results.null

Request

Power Automate

In Power Automate you can find this endpoint by searching for Get product mockdata.

Get product mockdata action

HTTP

Or you can use an HTTP request.

HTTP
GET https://api.mockster.dev/api/v1/products
Accept: application/json

Response

Example

JSON
[
{
"department": "Computers",
"isbn": "978-0-911547-60-3",
"price": 606,
"product": "Salad",
"productAdjective": "Elegant",
"productDescription": "Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles",
"productMaterial": "Granite",
"productName": "Oriental Frozen Cheese"
}
]

Department

JSONPower Automate
departmentDepartment

Returns the department of the product. For example: Computers.

Return datatype: string

ISBN

JSONPower Automate
isbnISBN

Returns the ISBN of the product. For example: 978-0-911547-60-3.

Return datatype: string

Price

JSONPower Automate
pricePrice

Returns the price of the product. For example: 606.

Return datatype: number

Product

JSONPower Automate
productShort product name

Returns the type of the product. For example: Salad.

Return datatype: string

Product Adjective

JSONPower Automate
productAdjectiveProduct Adjective

Returns an adjective describing the product. For example: Elegant.

Return datatype: string

Product Description

JSONPower Automate
productDescriptionProduct Description

Returns a description of the product. For example: Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles.

Return datatype: string

Product Material

JSONPower Automate
productMaterialProduct Material

Returns the material of the product. For example: Granite.

Return datatype: string

Product Name

JSONPower Automate
productNameProduct Name

Returns the name of the product. For example: Oriental Frozen Cheese.

Return datatype: string

Add some color to your product data with the 🌈 Colors endpoint.

Create manufacturers for your products with the 🏢 Companies endpoint.