Introduction
The seller represents the legal person selling products on your platform. The MPO API enables you to manage the advertisement of your Sellers.Adding Sellers
Sellers are not added with the API. Instead, they are automatically added from the Catalog you provided us. In your catalog, you should provide thesellerName field on the Sellers’ products. Products that don’t have these fields provided will not be advertised.
You can use your internal ID of the seller as SellerName.
Removing Sellers
A Seller can be removed by removing its products from the Feed. If you want to stop an advertising a Seller immediately, you can suspend the budgets of its Seller-Campaigns (see “Suspend a budget” section).Getting Sellers
This endpoint returns the list of sellers that was extracted. Sample responseJSON
sellerNameThis corresponds to the
sellerId that was specified in the product catalog you provided.
sellerIdThis
sellerId identifies your seller. It is attributed by our Seller ingestion system.
Get Specific Seller
You can also fetch the details of a single Seller using the following endpoint: Sample responseGet a Collection of Budgets for Selected Seller
The following endpoint retrieves a list of budgets for a specific seller, applying any optional filters provided as a query parameters.If no filters are given, return all budgets the user can access, excluding those with an
endDate in the past.When multiple filters are used, only budgets that meet all the specified criteria are returned.
For more information, refer to the budgets endpoint documentation. Sample response
Get a Collection of Campaigns for Selected Seller
The following endpoint returns a list of seller campaigns for the specified seller, applying any optional filters provided. If no filters are given, it returns the full collection accessible to the user.When multiple filters are used, only campaigns meeting all filter criteria are included.
For more information, see the seller campaigns endpoint documentation. Sample response