Menu
Feedback
Start here
Tutorials
Developer portal

Known Issues
Support Rules
Troubleshooting

Frequently Asked Questions
Announcements
Tutorials
Tutorials
Explore in-depth tutorials for operating your VTEX store.
Tutorials
Beta
VTEX Data Pipeline Beta
Marketplace in Data Pipeline
Marketplace in Data Pipeline
5 min read

The marketplace_in dataset contains historical information regarding every seller of a marketplace, and its most important information, such as orders and inventory.

This section includes the following information:

Data characteristics

CharacteristicDescription
Data sourceObtained from the marketplace module.
AvailabilityVTEX Admin.
HistoryThe data history starts in September 2024. For clients already using the VTEX platform, data is retained for two years starting in 2024.
Minimum update intervalOne hour.

Table: sellers_latest

The table fields are described below:

Column nameColumn typeColumn description
pkbigintPrimary key that uniquely identifies each row.
main_accountcharacter varying(100)The name of the main account to whom the seller is associated.
seller_idcharacter varying(100)The ID of the seller.
seller_namecharacter varying(200)The name of the seller.
is_better_scopebooleanOnly relevant for whitelabel sellers. Defines whether a whitelabel seller is comprehensive (true) or not (false). A comprehensive seller is one that is not limited to a location, which means that if a store is accessed without defining a location, only comprehensive sellers will be considered.
is_activebooleanTells if the seller is active (true) or not (false).
allow_hybrid_paymentsbooleanIndicates if customers can use gift cards from the seller to buy their products on the marketplace (true) or not (false). If true, it identifies purchases made with a gift card so that only the final price (with discounts applied) is paid to the seller.
seller_typecharacter varying(25)Determines whether the seller is default or whitelabel.
trust_policycharacter varying(50)Trust policy used by the seller.
sales_channelscharacter varying(65535)The seller's sales channels.
integrationcharacter varying(50)The name of the integration used by the seller.
integration_typecharacter varying(25)Integrations are classified as: VTEX Seller, VTEX Seller Portal, External Seller, Not Configured.
created_attimestamp without time zoneThe timestamp of the seller creation.
updated_attimestamp without time zoneThe timestamp of the last time the seller was updated.
batch_idcharacter(13)The ID of the batch where this data arrived. Allows you to know when this data was delivered.

Table: sellers_inventory

The table fields are described below:

Column nameColumn typeColumn description
main_accountcharacter varying(100)The name of the main account to whom the seller is associated.
seller_idcharacter varying(100)The ID of the seller.
seller_is_activebooleanTells if the seller is active (true) or not (false).
warehouse_idcharacter varying(400)The id of the warehouse
item_idcharacter varying(400)Item’s identifier.
is_unlimited_quantitybooleanFlag that indicates whether a sku is always available regardless of its quantity.
quantitybigintSKU quantity on stock.
reserved_quantitybigintReserved SKU units. Orders for these reservations have not yet been approved for payment.
last_updatetimestamp without time zoneThe timestamp of the last time the inventory was updated.
batch_idcharacter(13)The ID of the batch where this data arrived. Allows you to know when this data was delivered.

Table: sellers_pricing

The table fields are described below:

Column nameColumn typeColumn description
main_accountcharacter varying(100)The name of the main account to whom the seller is associated.
seller_idcharacter varying(100)The ID of the seller.
seller_is_activebooleanTells if the seller is active (true) or not (false).
item_idcharacter varying(255)Item’s identifier.
list_pricedouble precisionSKU’s list price.
cost_pricedouble precisionSKU’s cost price.
base_pricedouble precisionSKU’s base price.
fixed_pricesuperSKU’s fixed price.
markupdouble precisionSKU’s markup.
last_datedateThe timestamp of the last time the pricing was updated.
batch_idcharacter(13)The ID of the batch where this data arrived. Allows you to know when this data was delivered.

Table: sellers_promotions

The table fields are described below:

Column nameColumn typeColumn description
main_accountcharacter varying(100)The name of the main account to whom the seller is associated.
seller_idcharacter varying(100)The ID of the seller.
seller_is_activebooleanTells if the seller is active (true) or not (false).
id_calculator_configurationcharacter varying(256)The id of the promotion.
begin_date_utctimestamp without time zoneStart date of the given promotion.
end_date_utctimestamp without time zoneEnd date of the given promotion.
last_modifiedtimestamp without time zoneThe timestamp of the last time the promotion was updated.
is_activebooleanTrue if the promotion is currently active.
is_archivedbooleanTrue if the promotion is currently archived.
is_featuredbooleanTrue if the promotion is currently featured.
offsetnumeric(18,0)The offset to be applied to the promotion's start and end dates.
cumulativebooleanDetermines if the promotion can stack with other promotions of the same discount type.
apply_to_all_shippingsbooleanSpecifies whether the promotion applies to all shipping methods or only to the cheapest one.
total_value_modecharacter varying(256)Defines which items are considered for calculating the cart’s total value.
item_max_pricenumeric(18,0)The configuration of the maximum price for an item to activate the promotion.
item_min_pricenumeric(18,0)The configuration of the minimum price for an item to activate the promotion.
is_first_buybooleanIndicates if the promotion is valid only for the user's first purchase.
batch_idcharacter(13)The ID of the batch where this data arrived. Allows you to know when this data was delivered.

Table: sellers_orders

The table fields are described below:

Column nameColumn typeColumn description
main_accountcharacter varying(100)The name of the main account to whom the seller is associated.
seller_idcharacter varying(100)The ID of the seller.
seller_is_activebooleanTells if the seller is active (true) or not (false).
hostnamecharacter varying(16383)Name of the host related to the order.
order_idcharacter varying(16383)Unique identifier of the order.
seller_order_idcharacter varying(16383)Unique identifier of the order, within a given seller.
order_groupcharacter varying(16383)Order group this order belongs to.
valuedouble precisionTotal monetary value of the order. It may include taxes, discounts, and shipping costs.
is_completedbooleanSpecifies whether the order was completed.
statuscharacter varying(16383)Current status of the order, such as pending, shipped, or invoiced.
order_datetimestamp without time zoneDate and time when the order was placed.
payment_methodcharacter varying(100)Payment method used to purchase the order.
shipping_costdouble precisionCost of shipping for the order.
item_idscharacter varying(1000)List of items in the order.
batch_idcharacter(13)The ID of the batch where this data arrived. Allows you to know when this data was delivered.

Analyses with Marketplace in

Some of the analyses that can be run using the pricing table are mentioned below:

  • Current list of sellers: Evaluate currently active sellers or determine how many are connected but not yet active.
  • Top-performing sellers: Analyze the sellers with the highest number of orders and their respective Gross Merchandise Value (GMV).
  • Seller inventory: Review the inventory of each active seller.

Correlations with other data

Marketplace in data is closely tied to order data, providing a deeper analysis of purchases and sales. An example is analyzing order data together with this table offers even more valuable insights into the details of orders placed by each seller.

Discover other Datasets

Inventory
Navigation
Payments
Orders
Prices
Promotions
Gift Cards
Bridge Logs

Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
Was this helpful?
Yes
No
Suggest Edits (GitHub)
Contributors
2
Photo of the contributor
Photo of the contributor
+ 2 contributors
On this page
Still got questions?
Ask the community
Find solutions and share ideas in the VTEX community.
Join our community
Request support from VTEX
For personalized assistance, contact our experts.
Open a support ticket
GithubDeveloper portalCommunityFeedback