Catalog
Authorizations
Query parameters
pageinteger · int32OptionalDefault:
The page number to request (1 based)
1
Example: 1
sizeinteger · int32OptionalDefault:
The number of results to return in a page
100
Example: 10
categoriesstring[]OptionalExample:
The code of the categories
COMPUTER
skuIdsstring · uuid[]OptionalExample:
The array of SKU IDs to filter the catalog to only include these items
123e4567-e89b-12d3-a456-426614174000,987e6543-e21b-34c5-b678-123456789012
Responses
200
OK
application/json
400
Bad request
application/json
403
Forbidden
*/*
404
Resource not found
application/json
get
GET /api/catalog HTTP/1.1
Host: apipub.firstbasehq.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"sku": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"title": "MacBook Air 13\" M3 8-Core CPU 10-Core GPU 8GB RAM 512GB SSD - US / English - Space Gray - AU Plug",
"vendorSku": "123E4567-E89B-12D3-A456-426614174000",
"vendorCode": "APPLE",
"partNumber": "MZ-1234HG",
"isStandardCatalog": true,
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "text"
}
},
"pricing": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"regionCode": "text",
"priceOption": "text",
"price": 1,
"currencyCode": "text"
},
"firstBaseSupplied": true,
"availability": [
"US",
"FR"
]
}
]