ProductSyncRequest
Product sync request. FULL replaces entire catalog; INCREMENTAL adds/updates only the provided products.
FULL replaces entire catalog; INCREMENTAL adds/updates only sent products
Possible values: [FULL, INCREMENTAL]
FULLproducts object[]required
List of products (1-500 per batch)
Possible values: >= 1, <= 500
External product ID from the source system (e.g. WooCommerce product ID)
Possible values: non-empty
prod_001Stock keeping unit
SKU-001Product display name
Possible values: <= 512 characters
Zapatillas Running ProProduct description (plain text or HTML)
Possible values: <= 5000 characters
Regular price
Possible values: >= 0
89.99ISO 4217 currency code
Possible values: <= 3 characters
EURCanonical URL of the product page
Possible values: non-empty
https://mitienda.com/prod_001Main product image URL
https://mitienda.com/images/prod_001.jpgProduct categories
Product brands
Whether product is currently in stock
Available stock quantity
25Average rating (0.0-5.0)
Possible values: >= 0 and <= 5
4.5Number of reviews
120Whether product is active in the catalog
Product tags for search enrichment
Sale/discounted price (if applicable)
Possible values: >= 0
69.99Parent product external ID (for product variants)
attributes object
Custom attributes (key-value pairs)
{
"syncType": "FULL",
"products": [
{
"externalId": "prod_001",
"sku": "SKU-001",
"name": "Zapatillas Running Pro",
"description": "string",
"price": 89.99,
"currency": "EUR",
"url": "https://mitienda.com/prod_001",
"imageUrl": "https://mitienda.com/images/prod_001.jpg",
"categories": [
"string"
],
"brands": [
"string"
],
"inStock": true,
"stockQuantity": 25,
"rating": 4.5,
"reviewCount": 120,
"isActive": true,
"tags": [
"string"
],
"salePrice": 69.99,
"parentExternalId": "string",
"attributes": {}
}
]
}