Get Many Products

Get many pre-determined product details by sending an array of the productIds.

The get many product endpoints is used to fetch the product short details for an array of product ids.
A proper use case is fetching the wishlist of a customer from an array of the productIds.

Request

{{baseUrl}}/getManyProducts
ParametersTypeDescriptionOptional
productIdsArrayAn array of productIds to be fetched.required*
sortBystringThis is how you want the products results to be sorted.

It can be any one of price, brand, category, department, family, name.

The default value is price.
optional
sortAscendingboolThis is where you arrange your sorted products sequentially.

Set it as true if ascending and false if descending.

It defaults to ascending
optional
multiFilterstringThis is the multi-filter that you intend to use in your product query. It is either category, brand, family or department.optional
lowerPriceRangeintThis is where you input the lower price range of the products that you want to display to your users.

It takes an integer in Naira..
optional
UpperPriceRangeintThis is where you input the upper price range of the products that you want to display to your users.

It takes an integer in Naira..
optional
familyFilterArrayThis is where you specify the family of products that you to show to your users.

It must be an array of just one string if it is not a multi-filter. A multi-filter will have an array of two or more strings.
optional
brandFilterArrayThis is where you specify the brand of products that you to show to your users.

It must be an array of just one string if it is not a multi-filter. A multi-filter will have an array of two or more strings.
optional
categoryFilterArrayThis is where you specify the category of products that you to show to your users.

It must be an array of just one string if it is not a multi-filter. A multi-filter will have an array of two or more strings.
optional
departmentFilterArrayThis is where you specify the department of products that you to show to your users.

It must be an array of just one string if it is not a multi-filter. A multi-filter will have an array of two or more strings.
optional
Language
Credentials
Header
Click Try It! to start a request and see the response here!