designs
array of Designs
height
number
id
string
image
Image
previews
Previews
lg
string
sm
string
xs
string
url
string
order
number
rotation
number
width
number
x
number
y
number
frameStyle
enum
PremiumMetalPremiumOakUnframedMetalOakid
string
paperStyle
enum
null for products without prints.FineArtPhotoPostercatalogProductId
enum
IndividualArtPrintSetOf2ArtPrintsSetOf3ArtPrintsSetOf4ArtPrintsSetOf5ArtPrintsSetOf6ArtPrintsSetOf8ArtPrintsframeColor
nullable enum
NaturalOakBlackOakWhiteOakWalnutOakWhiteMetalBlackMetalSilverMetalincludeFramingService
boolean
includeHangingPins
boolean
includeMats
boolean
orientation
nullable enum
VerticalHorizontalpaperType
nullable enum
null for products without prints.SemiGlossPosterMattePosterSemiMatteLinenPosterGlossyPosterRagSatinPhotoGlossyPhotoLusterPhotosize
enum
x4x4x5x5x6x6x8x8x10x10x12x12x14x14unitCost
number
{
"designs": [
{
"height": 400,
"id": "the-design-id",
"image": {
"previews": {
"lg": "https://example.com/img.lg.png",
"sm": "https://example.com/img.sm.png",
"xs": "https://example.com/img.xs.png"
},
"url": "https://example.com/x.png"
},
"order": 0,
"rotation": 30,
"width": 400,
"x": 0,
"y": 0
}
],
"frameStyle": "Metal",
"id": "sample-id",
"paperStyle": "FineArt",
"catalogProductId": "IndividualArtPrint",
"frameColor": "BlackMetal",
"includeFramingService": false,
"includeHangingPins": false,
"includeMats": false,
"orientation": "Horizontal",
"paperType": "ArchivalMatteFineArt",
"size": "x10x10",
"unitCost": 19.99
}