curl -X GET https://qwoty.app/api/prices/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer qwoty_your_token"
{
"success": true,
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"product_variant_id": "660e8400-e29b-41d4-a716-446655440001",
"product_variant_name": "Premium Widget",
"product_id": "770e8400-e29b-41d4-a716-446655440002",
"pricebook_id": "880e8400-e29b-41d4-a716-446655440003",
"pricebook_name": "Standard Pricebook",
"pricebook_type": "fixed",
"currency_id": "990e8400-e29b-41d4-a716-446655440004",
"currency_name": "Euro",
"currency_api_name": "EUR",
"pricing_model": "flat",
"amount": 99.99,
"volume_tiers": null,
"is_volume_grid_displayed": false,
"graduated_tiers": null,
"is_graduated_grid_displayed": false,
"percent": null,
"price_percentage_type": null,
"cost_multiplier": null,
"cost": 50.0,
"floor_price": 80.0,
"is_setup": false,
"is_pay_as_you_go": false,
"default_tax_id": "aa0e8400-e29b-41d4-a716-446655440005",
"default_tax_name": "VAT 20%",
"default_tax_rate": 20.0,
"default_tax_amount": null,
"default_tax_is_percentage": true,
"billing_frequency_id": null,
"billing_frequency_period": null,
"billing_frequency_unit": null,
"engagement_type": null,
"period_duration": null,
"parent_price_id": null,
"identifiers": {
"crm": "crm_price_001",
"erp": "erp_price_001",
"accounting": "acc_price_001"
},
"workspace_id": "cc0e8400-e29b-41d4-a716-446655440007",
"created_at": "2024-12-21T10:30:00Z",
"updated_at": "2024-12-21T14:45:00Z"
}
}
Prices
Get Price
Retrieve a specific price by ID
GET
/
api
/
prices
/
{id}
curl -X GET https://qwoty.app/api/prices/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer qwoty_your_token"
{
"success": true,
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"product_variant_id": "660e8400-e29b-41d4-a716-446655440001",
"product_variant_name": "Premium Widget",
"product_id": "770e8400-e29b-41d4-a716-446655440002",
"pricebook_id": "880e8400-e29b-41d4-a716-446655440003",
"pricebook_name": "Standard Pricebook",
"pricebook_type": "fixed",
"currency_id": "990e8400-e29b-41d4-a716-446655440004",
"currency_name": "Euro",
"currency_api_name": "EUR",
"pricing_model": "flat",
"amount": 99.99,
"volume_tiers": null,
"is_volume_grid_displayed": false,
"graduated_tiers": null,
"is_graduated_grid_displayed": false,
"percent": null,
"price_percentage_type": null,
"cost_multiplier": null,
"cost": 50.0,
"floor_price": 80.0,
"is_setup": false,
"is_pay_as_you_go": false,
"default_tax_id": "aa0e8400-e29b-41d4-a716-446655440005",
"default_tax_name": "VAT 20%",
"default_tax_rate": 20.0,
"default_tax_amount": null,
"default_tax_is_percentage": true,
"billing_frequency_id": null,
"billing_frequency_period": null,
"billing_frequency_unit": null,
"engagement_type": null,
"period_duration": null,
"parent_price_id": null,
"identifiers": {
"crm": "crm_price_001",
"erp": "erp_price_001",
"accounting": "acc_price_001"
},
"workspace_id": "cc0e8400-e29b-41d4-a716-446655440007",
"created_at": "2024-12-21T10:30:00Z",
"updated_at": "2024-12-21T14:45:00Z"
}
}
Returns detailed information about a specific price, including all pricing configuration and enriched data.
Authentication
Bearer token for authentication
Path Parameters
The unique identifier of the price
Response
Indicates if the request was successful
The complete price object with all fields and enriched data
Show Full Price Details
Show Full Price Details
Unique identifier for the price
ID of the product variant
Name of the product variant (enriched)
ID of the parent product (enriched)
ID of the pricebook
Name of the pricebook (enriched)
Type:
fixed or dynamic (enriched)ID of the currency
Currency name (enriched)
Currency code, e.g.,
EUR, USD (enriched)One of:
flat, volume, graduated, percent, cost_based, noneFixed price amount (for flat model)
Show volume tiers to customers
Graduated pricing tiers (same structure as volume_tiers)
Show graduated tiers to customers
Percentage value (0-100) for percent-based pricing
Percentage scope:
all, product_type, or productMultiplier applied to cost for cost-based pricing
Base cost price
Minimum acceptable price
Whether this is a one-time setup fee
Whether this uses pay-as-you-go billing
ID of default sales tax
Tax name (enriched)
Tax rate percentage (enriched)
Fixed tax amount (enriched)
Whether tax is percentage-based (enriched)
ID of billing frequency for recurring prices
Number of billing periods (enriched)
Billing period unit:
day, week, month, year (enriched)forever or fixed_periodNumber of periods for fixed engagements
Parent price ID for dynamic pricebooks
Workspace this price belongs to
Creation timestamp
Last update timestamp
{
"success": true,
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"product_variant_id": "660e8400-e29b-41d4-a716-446655440001",
"product_variant_name": "Premium Widget",
"product_id": "770e8400-e29b-41d4-a716-446655440002",
"pricebook_id": "880e8400-e29b-41d4-a716-446655440003",
"pricebook_name": "Standard Pricebook",
"pricebook_type": "fixed",
"currency_id": "990e8400-e29b-41d4-a716-446655440004",
"currency_name": "Euro",
"currency_api_name": "EUR",
"pricing_model": "flat",
"amount": 99.99,
"volume_tiers": null,
"is_volume_grid_displayed": false,
"graduated_tiers": null,
"is_graduated_grid_displayed": false,
"percent": null,
"price_percentage_type": null,
"cost_multiplier": null,
"cost": 50.0,
"floor_price": 80.0,
"is_setup": false,
"is_pay_as_you_go": false,
"default_tax_id": "aa0e8400-e29b-41d4-a716-446655440005",
"default_tax_name": "VAT 20%",
"default_tax_rate": 20.0,
"default_tax_amount": null,
"default_tax_is_percentage": true,
"billing_frequency_id": null,
"billing_frequency_period": null,
"billing_frequency_unit": null,
"engagement_type": null,
"period_duration": null,
"parent_price_id": null,
"identifiers": {
"crm": "crm_price_001",
"erp": "erp_price_001",
"accounting": "acc_price_001"
},
"workspace_id": "cc0e8400-e29b-41d4-a716-446655440007",
"created_at": "2024-12-21T10:30:00Z",
"updated_at": "2024-12-21T14:45:00Z"
}
}
curl -X GET https://qwoty.app/api/prices/550e8400-e29b-41d4-a716-446655440000 \
-H "Authorization: Bearer qwoty_your_token"
Was this page helpful?
⌘I

