Skip to main content
POST
/
articles
/
{sellerId}
/
{articleId}
/
images
Add image
curl --request POST \
  --url https://api.quivo.co/articles/{sellerId}/{articleId}/images \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "packagingUnit": {
    "type": "PALLET",
    "barcode": "<string>",
    "piecesPerPackagingUnit": 123,
    "grossWeight": {
      "value": 123,
      "unit": "KG"
    },
    "netWeight": {
      "value": 123,
      "unit": "KG"
    },
    "length": {
      "value": 123,
      "unit": "M"
    },
    "width": {
      "value": 123,
      "unit": "M"
    },
    "height": {
      "value": 123,
      "unit": "M"
    }
  }
}
'
{
  "source": "<string>",
  "id": "<string>",
  "url": {
    "link": "<string>"
  },
  "packagingUnit": {
    "type": "PALLET",
    "barcode": "<string>",
    "piecesPerPackagingUnit": 123,
    "grossWeight": {
      "value": 123,
      "unit": "KG"
    },
    "netWeight": {
      "value": 123,
      "unit": "KG"
    },
    "length": {
      "value": 123,
      "unit": "M"
    },
    "width": {
      "value": 123,
      "unit": "M"
    },
    "height": {
      "value": 123,
      "unit": "M"
    }
  }
}

Path Parameters

sellerId
integer<int64>
required

The unique identifier for the seller account. This ID is used to scope operations to a specific seller's data and resources.

articleId
integer<int64>
required

The unique identifier for an article (product/SKU) in the system.

Body

application/json

Request body data for Add image

Request payload for adding image information to an article. Contains image metadata and references to associate an image with a product/SKU.

id
string
required

The unique identifier for the id

packagingUnit
object

Detailed information for packagingunit

Response

Returns the image information with assigned identifier and image metadata for the associated article.

Article image information including image metadata, URLs, and display settings. Returned when retrieving or creating article images.

source
string
required

The source value

id
string

The unique identifier for the id

url
object

URL link reference. Contains link URL and optional metadata.

packagingUnit
object

Detailed information for packagingunit