How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fairmarkit Price Books API

The Price Books API from Fairmarkit — 8 operation(s) for price books.

Fairmarkit Price Books API is one of 18 APIs that Fairmarkit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Price Books. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 18 operations across 8 paths, and defines 16 schemas. It is described by OpenAPI 3.1.1, at version 3.

Requests are made against a single base URL, https://staging.fairmarkit.com/.

18 operations 8 paths 16 schemas 4 DELETE8 GET2 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.1
API Version
3
Base URL
https://staging.fairmarkit.com
Terms of Service
Resource Areas
1

Paths & Operations 18

Across 8 paths, the API surfaces 18 operations — 4 DELETE, 8 GET, 2 PATCH, 4 POST. Each is listed below with its method, path, parameters, and response codes.

Price Books 18
GET
/services/self-service/api/v4/price-books/
List Price Books
get_price_books_list_services_self_service_api_v4_price_books__get 8 params → 200422
POST
/services/self-service/api/v4/price-books/
Create Price Book
create_price_book_services_self_service_api_v4_price_books__post 1 param body → 201422
GET
/services/self-service/api/v4/price-books/{price_book_id}/items
List Price Book Items
get_price_book_items_services_self_service_api_v4_price_books__price_book_id__items_get 12 params → 200422
POST
/services/self-service/api/v4/price-books/{price_book_id}/items
Create Price Book Items
create_price_book_items_services_self_service_api_v4_price_books__price_book_id__items_post 2 params body → 201422
DELETE
/services/self-service/api/v4/price-books/{price_book_id}/items
Delete Price Book Items
delete_price_book_items_services_self_service_api_v4_price_books__price_book_id__items_delete 3 params → 204422
DELETE
/services/self-service/api/v3/price-books/{price_book_id}deprecated
⚠ Delete Price Book
PriceBookApi_delete_price_book_services_self_service_api_v3_price_books__price_book_id__delete 2 params → 200422
GET
/services/self-service/api/v3/price-books/{price_book_id}deprecated
⚠ Get Price Book Details
PriceBookApi_get_price_book_by_id_services_self_service_api_v3_price_books__price_book_id__get 2 params → 200422
PATCH
/services/self-service/api/v4/price-books/{price_book_id}
Update Price Book
update_price_book_services_self_service_api_v4_price_books__price_book_id__patch 2 params body → 200422
DELETE
/services/self-service/api/v4/price-books/{price_book_id}
Delete Price Book
delete_price_book_services_self_service_api_v4_price_books__price_book_id__delete 2 params → 204422
GET
/services/self-service/api/v4/price-books/{price_book_id}
Get Price Book Details
get_price_book_services_self_service_api_v4_price_books__price_book_id__get 2 params → 200422
DELETE
/services/self-service/api/v4/price-books/{price_book_id}/items/{item_id}
Delete Price Book Item
delete_price_book_item_services_self_service_api_v4_price_books__price_book_id__items__item_id__delete 3 params → 204422
PATCH
/services/self-service/api/v4/price-books/{price_book_id}/items/{item_id}
Update Price Book Item
update_price_book_item_services_self_service_api_v4_price_books__price_book_id__items__item_id__patch 3 params body → 200422
GET
/services/self-service/api/v4/price-books/{price_book_id}/items/{item_id}
Get Price Book Item Details
get_price_book_item_services_self_service_api_v4_price_books__price_book_id__items__item_id__get 3 params → 200422
GET
/services/self-service/api/v3/price-books/{price_book_id}/itemsdeprecated
⚠ List Price Book Items
PriceBookApi_get_price_book_items_services_self_service_api_v3_price_books__price_book_id__items_get 4 params → 200422
POST
/services/self-service/api/v3/price-books/{price_book_id}/itemsdeprecated
⚠ Create Price Book Item
PriceBookApi_create_price_book_item_services_self_service_api_v3_price_books__price_book_id__items_post 2 params body → 200422
POST
/services/self-service/api/v3/price-books/deprecated
⚠ Create Price Book
PriceBookApi_create_price_book_services_self_service_api_v3_price_books__post 1 param body → 200422
GET
/services/self-service/api/v3/price-books/deprecated
⚠ List Price Books
PriceBookApi_get_price_books_services_self_service_api_v3_price_books__get 4 params → 200422
GET
/services/self-service/api/v3/price-books/price-book-items/{item_id}deprecated
⚠ Get Price Book Item Details
PriceBookApi_get_price_book_item_services_self_service_api_v3_price_books_price_book_items__item_id__get 2 params → 200422

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are PriceBookItemResponse (19 properties), PriceBookItem (18 properties), PriceBookResponseV4 (11 properties), PriceBookResponse (11 properties). Each schema is shown below with its type and property counts.

CreatePriceBookItemResponse
object
1 property 1 required
PriceBookV4
object
8 properties 5 required
PriceBookItem
object
18 properties 15 required
UpdatedPriceBookV4
object
8 properties
HTTPValidationError
object
Validation error response.
1 property
PriceBookItemResponseV4
object
7 properties 4 required
PriceBookResponseV4
object
11 properties 8 required
PriceBookItemResponse
object
19 properties 16 required
ValidationError
object
Details for a validation error.
3 properties 3 required
PriceBook
object
7 properties 3 required
PriceBookResponse
object
11 properties 6 required
CreatePriceBookResponse
object
1 property 1 required
UpdatedPriceBookItemV4
object
3 properties 1 required
CreatePriceBookItemResponseV4
object
1 property 1 required
PriceBookItemV4
object
3 properties 1 required
CreatePriceBookResponseV4
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fairmarkit-price-books-api-openapi.yml Raw ↑

Other APIs Fairmarkit publishes across the network.

Fairmarkit Business Units API
Fairmarkit Categories API
Fairmarkit Data Exports API
Fairmarkit Data Fields API
Fairmarkit ERP Systems API
Fairmarkit Event API
Fairmarkit File attachments API
Fairmarkit Identity API
Fairmarkit Purchase Orders API
Fairmarkit Requests API
Fairmarkit Responses API
Fairmarkit RFP API
Where this information came from

This is an independent, third-party profile of Fairmarkit Price Books API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.