You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The POST "/api/v1/admin/catalog/products" endpoint
when registering a configurable product, the IDs of the variants are not returned so that updates can be made later.
I checked on the panel and the variants were successfully registered, these product variants are just not being returned in the API
The text was updated successfully, but these errors were encountered:
Helidalto
changed the title
When registering a configurable product, the IDs of the variants are not returned
Admin API-When registering a configurable product, the IDs of the variants are not returned
Dec 6, 2024
Hello,
The POST "/api/v1/admin/catalog/products" endpoint
when registering a configurable product, the IDs of the variants are not returned so that updates can be made later.
I checked on the panel and the variants were successfully registered, these product variants are just not being returned in the API
{
"data": {
"type": "configurable",
"attribute_family_id": 1,
"sku": "5554851",
"updated_at": "2024-12-06T19:45:47.000000Z",
"created_at": "2024-12-06T19:45:47.000000Z",
"id": 12,
"channels": null,
"new": null,
"featured": null,
"visible_individually": null,
"status": null,
"guest_checkout": null,
"short_description": null,
"description": null,
"length": null,
"width": null,
"height": null,
"weight": null,
"name": null,
"url_key": null,
"tax_category_id": null,
"brand": null,
"product_number": null,
"grade3": null,
"manage_stock": 1,
"meta_title": null,
"meta_keywords": null,
"meta_description": null,
"price": null,
"cost": null,
"special_price": null,
"special_price_from": null,
"special_price_to": null,
"attribute_family": {},
"attribute_values": [],
"images": [],
"videos": [],
"additional": []
},
"message": "Product added successfully."
}
The text was updated successfully, but these errors were encountered: