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