Manage Banner
Last updated
Last updated
This endpoint retrieves a list of vendor categories based on the specified query parameters.
/category
The number of items to skip before starting to return categories
Flag to include the count of categories (true/false)
Search keyword for filtering categories
The order in which to sort the categories (0 for ascending, 1 for descending)
0
, 1
Filter categories by status (1 for active, 0 for inactive)
1
, 0
Flag to determine if the request is a search (true/false)
Bearer token for authentication.
This endpoint retrieves a list of banners based on the provided query parameters.
/banner
The number of items to return.
The number of items to skip before starting to collect the result set.
A keyword to filter the banners.
Bearer token for authentication.
Creates a new banner with the provided details.
/banner
Bearer token for authentication.
test
<p>test</p>
5
1
https://spurtcommerce-marketplace-store.vercel.app/
1
Retrieves a list of seller products based on the provided filters.
/admin-vendor-product
The number of products to skip before starting to collect the result set.
The maximum number of products to return.
A keyword to filter the products.
The SKU of the product to filter.
The status of the products to retrieve (1 for active).
The price filter for the products.
Bearer token for authentication.
Retrieves the total count of banners.
/banner/banner-count
Bearer token for authentication.
Retrieves a list of objects in a specified media bucket.
/media/bucket-object-list
The maximum number of objects to return.
The name of the folder to filter the objects.
A marker for pagination to continue listing objects.
Bearer token for authentication.
Retrieves the details of a specific banner by its ID.
/banner/banner-detail
The ID of the banner to retrieve details for.
Bearer token for authentication.
Updates the details of a specific banner by its ID.
/banner/{bannerId}
The ID of the banner to update.
Bearer token for authentication.
Deletes the banner identified by the given ID.
/banner/{bannerId}
The ID of the banner to delete.
Bearer token for authentication.