- Added
dimensionsfilter toPOST /v1/search— match products by physical size (length,width,height) andweight. Each field takes an optionalmin/max(inclusive) and a requiredunit. See Dimension Filters - Added
dimensionsto product offer models —length,width,height, andweight, each returned as anumberplus itsunit; individual members arenullwhen unknown - Added
length_unitandweight_unitcontrols for the unit dimensions come back in — set them per request (searchconfig, orGET /v1/products/{product_id}query params) or as a client default via the SDK constructor or theCHANNEL3_LENGTH_UNIT/CHANNEL3_WEIGHT_UNITenvironment variables. Precedence is: a dimension filter’s own unit, then the per-request value, then the client default; when none is set, the merchant’s stated unit is returned - Length units are
mm,cm,m,in,ft; weight units aremg,g,kg,oz,lb. A merchant-stated value whose unit falls outside these sets is omitted rather than converted
Release Notes
v3.5.0 — July 2026
Dimension filters, offer dimensions, and configurable units