Add product image
documentedAdd an image to an additional product.
Pricesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.planyo.com/rest/?method=add_product_image" \
-G \
-d "api_key={{PLANYO_API_KEY}}" \
-d "product_id={{$product_id}}" \
-d "image_url={{$image_url}}" \
-d "title={{$title}}" \
-d "language={{$language}}" \
-d "hash_timestamp={{$hash_timestamp}}" \
-d "hash_key={{$hash_key}}" \
-H "Accept: application/json" \
-H "Content-Type: application/x-www-form-urlencoded"