Aurax BNPL BFF Service
stringstringinteger · int32integer · int32 integer · int64
product-categories
Operations addressed under /product-categories — 1 operation.
get product category list
GET
https://dg-sandbox.dgpays.com/aurax-bnpl-bff-service
/api/product-categories
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Invokes the aurax-bnpl-bff-service-dynamic-get-product-category-list service definition through GET /api/product-categories.
Request and response fields are declared on the routing target get-product-category-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<ProductCategoryDto>.
| Field | Declared type | Nullable |
|---|---|---|
IsActive | bool | no |
Code | string | no |
Name | string | no |
Description | string | no |
MaxInstallmentNumber | int | no |
AlternativeInstallmentOption | string | no |
ParentProductCategoryId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
object
orderByorderSortpageIndexpageSizeget product category list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Paged response envelope observed on the BFF response path.
object[] · required
Response records carried by this page.
totalTotal matching records, ignoring paging.