Brands

Brands Management

This section provides a comprehensive guide to managing the brands in our system. You will find various options for retrieving, filtering, and setting brand information, each tailored to different requirements.

Brand Retrieval

Get All Brands

  • Endpoint: /get_brands
  • Description: This endpoint is designed to retrieve the complete list of brands available in our database, providing a comprehensive overview of all brands without applying any filters.
  • Usage Notes:
    • Pagination: To manage data effectively, this endpoint supports fetching up to 50 brands at a time.
    • Parameters:
    • offset - Specify the starting point of the row from which to begin fetching brands.
    • limit - Control the number of brands returned in a single request. The maximum limit is 50, but you can opt for a smaller number based on your needs.
    • Method: This functionality can be utilized by including payload or parameters in your POST request to manage the offset and limit.

These features are particularly useful for handling large datasets and for applications requiring batch processing of brand information.

  • Full Documentation and Practical Examples: Get Brands




Filters

IN / NOT_IN Filter

  • Endpoint: /get_brands
  • Description: Use this endpoint to filter brands based on specific brand IDs. It supports both inclusion (IN) and exclusion (NOT_IN) filters for brand IDs.
  • Parameters:
    • IN - Specify the brand IDs to include specific brands.
    • NOT_IN - Specify the brand IDs to exclude specific brands.
    • You can use these parameters as arrays or single integers for more flexibility.
  • Full Documentation and Practical Examples: IN / NOT_IN Filter

Setting Brand Information

Set Brands

  • Endpoint: /set_brands
  • Description: This is a crucial endpoint for updating or adding new brands to the database. It supports both insertion of new brand details and updating existing ones.
  • Full Documentation and Practical Examples: Set Brands

For further assistance or API integration support, please refer to our API Documentation or contact our technical support team.