Products API
Provides suspend and callback-based methods for managing products in the Frame API.
Each operation has two overloads: a coroutine-based suspend function that returns a Pair and a callback-based variant for use outside of coroutine scopes.
Functions
Creates a new product.
Creates a new product and delivers the result via a callback.
Deletes a product by its identifier.
Deletes a product by its identifier and delivers the result via a callback.
Retrieves a paginated list of products.
Retrieves a paginated list of products and delivers the result via a callback.
Retrieves a single product by its identifier.
Retrieves a single product by its identifier and delivers the result via a callback.
Searches products by optional filter criteria.
Searches products by optional filter criteria and delivers the result via a callback.
Updates an existing product.
Updates an existing product and delivers the result via a callback.