Managing Service Price Lists
Create and manage price lists for your services.
services-listView the list of services.services-showView the details of a service.supplier-list-price-list-from-dbView stored price lists.price-list-createCreate and update price lists.price-list-csv-importImport price lists from a CSV file.price-approval-listView the approval status of prices submitted to stores.
Overview
Service price lists provide the tools to manage pricing for your services across connected stores and markets. You can set different prices based on store, geography, time period, and service type.
For product pricing, see Managing Product Price Lists.
Tip
Looking for technical details? Check out our Price Lists Documentation for API information and advanced features.
Viewing Service Prices
- Navigate to the Services page
- Select the service you want to view prices for
- Scroll to the prices section
- Use filters to view:
- Approval status (Pending, Approved, Rejected)
- Store-specific prices
- Country prices
- Date ranges
Creating a Single Service Price
- Select the + Price button in the prices section of the service details page
- Select the store and country/region
- Choose the pricing model and enter price details:
- Fixed services — Enter a single unit price
- Variable services — Enter the rate and unit of measure
- Set start and end dates (optional)
- Configure tax settings (optional)
- Set minimum order quantity (optional)
- Select Save
Importing Service Prices
1Upload a File
- Navigate to Services > File Imports
- Select Import, then select Service Prices CSV file
- Download the template by selecting the Service Price Template icon. The template includes the fields required by Axiom. Required fields are also listed on the right side of the page
- Populate the template with your service pricing data:
- Include the Service Identifier for each service
- Include the Store ID for store-specific prices. To find the Store ID, search for the store on the Stores page
- Specify the Country using the ISO 3166 Alpha-2 country code
- Drag and drop the file or select Click to Browse to choose your file. Select Continue to proceed
Information
If Store ID is empty, prices are created for all stores you are connected to. If you are not connected to any stores, no prices are created.
2Map Fields
In the field mapping step, match your CSV fields to the corresponding Axiom fields. All required Axiom fields must be mapped before the import can proceed.
The dropdowns automatically select Axiom fields based on your field names. Adjust any incorrect mappings as needed. If you use the template, fields map automatically.
3Preview Your Data
After mapping all required fields, select Continue to review your data. A preview appears in a table. Review the data, then select Continue to begin importing.
4Review Import Results
You receive a notification in the platform and via email when the import completes. The notification includes the count of successfully imported prices, the number of errors, and a link to the error file. For further assistance, forward the error file to support@axiomdata.io.
Importing Country Prices
Follow the same steps as store imports, but:
- Leave the Store ID empty
- Enter the country column with appropriate country codes
- Prices apply to all your stores in those countries
Checking Price Status
- Navigate to the Approvals page
- Filter by service prices to see:
- Pending approvals
- Approved prices
- Rejected prices
Archiving Service Prices
- Navigate to Services > File Imports
- Select Import, then select Service Prices CSV file
- Download the template
- Populate the required fields:
- Type —
service - Identifier — The service identifier
- Store — The store ID
- Country — The country code
- Command — Set to
archive
- Type —
- Upload the file and select Continue
Information
When archiving, the most recent price for the specified store/country combination is archived.
Service Price Fields Reference
| Field | Required | Description |
|---|---|---|
| Type | Yes | Must be service. |
| Identifier | Yes | The service identifier. |
| Store ID | No | The store to apply the price to. Leave empty for all stores. |
| Country | Yes | ISO 3166 Alpha-2 country code. |
| Currency | Yes | The currency code (for example, GBP, USD). |
| Price | Yes | The unit price for the service. |
| Billing Scheme | No | standard (default), volume, or graduated. |
| Starts At | No | Start date in YYYY-MM-DD format. |
| Ends At | No | End date in YYYY-MM-DD format. |
| Minimum Order Quantity | No | Minimum order amount (must be 1 or greater). |
| Tax Behaviour | No | inclusive or exclusive. |
| Command | No | Use create for new prices or archive to remove prices. |
Common Questions
| Question | Answer |
|---|---|
| How do I change a service price? | Create a new price list. Existing prices cannot be edited. |
| When do store prices become active? | After procurement approval. |
| When do public prices become active? | Immediately upon creation. |
| Can I delete service prices? | Use the archive process to remove unwanted prices. |
| Can I use the same CSV template as products? | No. Service prices use a separate template and import flow. |