Skip to main content

SellerService

Contains methods relating to Seller entities.

Signature

constructor

method(connection: TransactionalConnection, listQueryBuilder: ListQueryBuilder, eventBus: EventBus, customFieldRelationService: CustomFieldRelationService) => SellerService

initSellers

method() =>

findAll

method(ctx: RequestContext, options?: ListQueryOptions<Seller>) => Promise<PaginatedList<Seller>>

findOne

method(ctx: RequestContext, sellerId: ID) => Promise<Seller | undefined>

create

method(ctx: RequestContext, input: CreateSellerInput) =>

update

method(ctx: RequestContext, input: UpdateSellerInput) =>

delete

method(ctx: RequestContext, id: ID) => Promise<DeletionResponse>
Was this chapter helpful?
Report Issue
Edited Feb 25, 2026ยทEdit this page