Menu
Feedback
Start here
Tutorials & Solutions
Developers Portal

Known Issues
Support Rules

Frequently Asked Questions
Announcements
Start here
VTEX Modules: Getting Started
PricesAdding Price Tables
Adding Price Tables
1 min read

There are two ways of adding a price table:

  • through Admin
  • by API REST

Follow the steps below to add a price table in your store:

Admin

  1. In the VTEX Admin, go to Prices > Price list, or type Price list in the search bar at the top of the page.
  2. Click on the Price Tables button.
  3. Select the + Create new price table option. A sidebar will appear.
  4. Type in the name of the price table you wish to create.
  5. Click on Create price table.

API REST

Authentications for Prices module's API REST calls should be done using AppKey and AppToken. For more info, read our article on how to generate an AppKey and AppToken to authenticate integrations

To add a price table, you need to send a PUT to the following endpoint:

https://api.vtex.com/{{account}}/pricing/tables/{{priceTableName}}

A new price table will be created when the {{priceTableName}} value is sent to the endpoint.

PropertiesTypesDescription
priceTableNamestringPrice table's name
  • Below, we have an example of a Header to be used in the request

Headers

HeaderValue
Acceptapplication/vnd.vtex.pricing.v3+json
Content-Typeapplication/json
X-VTEX-API-AppKey{{X-VTEX-API-AppKey}}
X-VTEX-API-AppToken{{X-VTEX-API-AppToken}}
Contributors
1
Photo of the contributor
+ 1 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Price Table - Concept Definition
« Previous
Base Price - Concept Definition
Next »
Contributors
1
Photo of the contributor
+ 1 contributors
On this page
Still got questions?
Request support from VTEX
For personalized assistance, contact our experts.
Open a support ticket
Ask the community
Find solutions and share ideas in the VTEX community.
Join our community
GithubDevelopers PortalCommunityFeedbackSite Map