What is your goal?
To use Pinterest module to pin multiple images on the same Pin.
What is the problem & what have you tried?
I’m getting the following error:
type RuntimeError
message [400] {“code”:1,“message”:“Invalid request: ‘’ does not match ‘^\\d+$’ (constraint: pattern=^\d+$)”}
I’ve tried to map the images to an array I send trough API, I’ve tried mannually set just 2 extra images, I’ve tried to manually define two image URLs (without mapping any variables).
In all these cases, I still get the error above.
The single-image pin works properly, and so do all other API calls.
Error messages or input/output bundles
[
{
“link”: “https://www.etsy.com/listing/4401164726/framed-canvas-vanlife-under-the-sun?ls=r&ref=hp_recent_activity_hub-3&sr_prefetch=0&pf_from=home&content_source=3dce37417aa5407c28828799111ab314%253ALT4a16f2ba2f24b8f924d26d5060797111471597b7&logging_key=3dce37417aa5407c28828799111ab314%3ALT4a16f2ba2f24b8f924d26d5060797111471597b7”,
“title”: “Framed canvas “Vanlife under the sun” – Minimalist camping art”,
“board_id”: “286119451265406414”,
“description”: “
Experience the moment – adventures on the big screen Freedom, sun, mountains, campfire – this minimalist mural “Vanlife under the sun” perfectly captures the spirit of camping and nature. A van stands next to a tent, framed by fir trees and mountains, while the golden sun warms the sky – a design that conveys both tranquility and a sense of adventure. Each canvas comes with a high-quality pine wood floating frame – fully assembled, easy to hang and durable in appearance.
Perfect for anyone who loves the feeling of freedom, nature & van life – whether at home, in a camper or in the office.
Why customers love this artwork
Unique vanlife motif: Combines nature, freedom and minimalism.
Premium quality: 344 g/m² canvas fabric with a fine structure – clear lines, rich colors.”,
“media_source”: {
“index”: 0,
“items”: [
{
“url”: “https://i.etsystatic.com/40164986/r/il/4239eb/7420603339/il_794xN.7420603339_c8b0.jpg”,
“title”: “test”
},
{
“url”: “https://i.etsystatic.com/40164986/r/il/8a37b1/7420603725/il_794xN.7420603725_nfn9.jpg”,
“title”: “lla”
}
],
“source_type”: “multiple_image_urls”
},
“board_section_id”: “”
}
]


