Get Products dropdown list
GET
/api/v1/shared/dropdown/products
Retrieves all active products offered by the company. If subAccounts are provided, returns only the common products available across all specified subAccounts. Used for product selection in pricing, reporting, and shipment contexts.
Request
Responses
200 OK
Products list retrieved successfully.
400 Bad Request
Bad Request — Invalid query parameters.
401 Unauthorized
Unauthorized — Missing or invalid Bearer token.