CatalogProduct.catalogProductId
enum
Required
IndividualArtPrintSetOf2ArtPrintsSetOf3ArtPrintsSetOf4ArtPrintsSetOf5ArtPrintsSetOf6ArtPrintsSetOf8ArtPrintssize
enum
Required
x4x4x5x5x6x6x8x8x10x10x12x12x14x14frameStyle
enum
Required
PremiumMetalPremiumOakUnframedMetalOakincludeMats
boolean
Required
includeFramingService
boolean
Required
includeHangingPins
boolean
Required
paperType
nullable enum
Required
null for products without prints.SemiGlossPosterMattePosterSemiMatteLinenPosterGlossyPosterRagSatinPhotoGlossyPhotoLusterPhotoshippingDestination
enum
Required
USADAEAFAGAIALquantity
number
CatalogProduct.POST
/catalog/get-costs
curl -X POST 'https://www.artelo.io/api/open/catalog/get-costs' \
-H 'Authorization: Bearer your-token' \
-d '{
"catalogProductId": "IndividualArtPrint",
"size": "x10x10",
"frameStyle": "Metal",
"includeMats": false,
"includeFramingService": false,
"includeHangingPins": false,
"paperType": "MattePoster",
"shippingDestination": "US",
"quantity": 1
}'{
"productionCost": 9.81,
"shippingCost": 5.23
}