Skip to main content

Overview

The Product Dimensions API allows you to manage dimensional information for furniture products. Each product can have associated dimensions that specify its physical size in centimeters, along with the measurement unit.

Base URL

/api/v1/product-dimensions

Resource Structure

The Product Dimensions resource contains the following fields:
id
integer
required
Unique identifier for the product dimensions record
productId
integer
required
ID of the associated product
lengthCm
number
required
Length of the product in centimeters
widthCm
number
required
Width of the product in centimeters
heightCm
number
required
Height of the product in centimeters
dimensionUnit
string
required
Unit of measurement for dimensions (e.g., “cm”, “inches”)
createdAt
string
Timestamp when the dimensions record was created

Available Endpoints

Common Use Cases

Storing Product Measurements

Create dimension records when adding new furniture products to store their physical measurements.

Calculating Shipping Requirements

Retrieve dimensions to calculate shipping costs and requirements based on product size.

Display Product Information

Fetch dimension data to display detailed product specifications to customers.

Updating Specifications

Update dimension records when product specifications change or corrections are needed.

Build docs developers (and LLMs) love