Stock Types

Stock Type and Unit Of Measurement (UOM) Management

This section provides a comprehensive guide to managing stock types and their units of measurement in our system. You will find various options for retrieving stock type information, each tailored to different requirements.

Stock Type Retrieval

Get All Stock Types

  • Endpoint: /get_stock_types
  • Description: This endpoint is designed to retrieve the complete list of stock types and their associated units of measurement available in our database, providing a comprehensive overview of all stock types and UOMs without applying any filters.
  • Usage Notes:
    • Pagination: To manage data effectively, this endpoint supports fetching up to 50 stock types at a time.
    • Parameters:
    • offset - Specify the starting point from which to begin fetching stock types.
    • limit - Control the number of stock types returned in a single request. The maximum limit is 50, but you can opt for a smaller number based on your needs.
    • Method: Utilize this functionality 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 stock type information.



Fetching Stock Type Data

  • Endpoint: /get_stock_types
  • Description: Use this endpoint to fetch data for a specific stock type by using the stock_type_id filter.
  • Parameters:
    • stock_type_id - Specify the Stock Type ID to retrieve data for a specific stock type.




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