PHP 7.2
MySQL CE 5.6.30
Magento 2.3
1.Create a Configurable product, Set the configurable attribute and Link the simple products to the configurable product using BULK API endpoint: rest/async/bulk/V1/configurable-products/bySku/child
RESPONSE:
{
"bulk_uuid": "d934bf6f-bc8f-4189-b6b9-9a85896c8641",
"request_items": [
{
"id": 0,
"data_hash": null,
"status": "accepted"
},
{
"id": 1,
"data_hash": null,
"status": "accepted"
},
{
"id": 2,
"data_hash": null,
"status": "accepted"
}
],
"errors": false
}
1.Mass update for Topic async.V1.configurable-products.sku.child.POST should be updated successfully.

Please not that when i am trying to link the simple products to the configurable product with restApi endpoint magento 2.3 which is
rest/V1/configurable-products/:sku/child
actual and expected result are similar and children get assigned to it's parents but when it comes to bulk api this is the exception which i am getting at Magento\ConfigurableProduct\Model\LinkManagement class in function addChild line no 122 - 125
@magento-engcom-team give me 2.3-develop instance
Hi @LuciferStrome. Thank you for your request. I'm working on Magento 2.3-develop instance for you
Hi @LuciferStrome, here is your Magento instance.
Admin access: https://i-20366-2-3-develop.instances.magento-community.engineering/admin
Login: admin Password: 123123q
Instance will be terminated in up to 3 hours.
Hi @usamahabib786. Thank you for your report.
To help us process this issue please make sure that you provided the following information:
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me $VERSION instance
where $VERSION is version tags (starting from 2.2.0+) or develop branches (for example: 2.3-develop).
For more details, please, review the Magento Contributor Assistant documentation.
@usamahabib786 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
Hi @LuciferStrome. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.[ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.
[ ] 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 5. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[ ] 6. Add label Issue: Confirmed once verification is complete.
[ ] 7. Make sure that automatic system confirms that report has been added to the backlog.
@LuciferStrome Thank you for verifying the issue.
Unfortunately, not enough information was provided to created internal ticket. Please consider adding the following:
"Reproduced on " label(s) to this ticket based on verification resultOnce all required information is added, please add label "Issue: Confirmed" again.
Thanks!
@LuciferStrome Thank you for verifying the issue. Based on the provided information internal tickets MAGETWO-97691, MAGETWO-97692 were created
Hi @engcom-backlog-nazar. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:
Component: XXXXX label(s) to the ticket, indicating the components it may be related to.[ ] 2. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 3. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[ ] 4. If the issue is not relevant or is not reproducible any more, feel free to close it.
Hi @engcom-backlog-nazar is there any update you wnat from me clearly i have mentioned everything required and tested it with magento 2.3 Community edition version furthermore I can provide any othere information required
@usamahabib786 i think this is non-issue, you may have wrong payload, or some else. now i rechecking this
@engcom-backlog-nazar i have mentioned the payload for this bulk call. If i provide wrong payload to the endpoint before it executes the request it returns field name required message with the key mentioned as u know. The main issue is when i am going with traditional rest api endpoint for linking products its all working fine as i move to bulk api this is the message.
@engcom-backlog-nazar But if my payload for this request is wrong, if you could please help me with providing correct payload to this endpoint for bulk api.
endpoint: rest/async/bulk/V1/configurable-products/bySku/child
@usamahabib786 i'm really confused, is your parent product have configurable options ?
Because i'm not able to reproduce following steps you described, the error you have, says that your's parent product dosn't have configurable options.

@engcom-backlog-nazar i am using this endpoint with following payload to assign configurable attribute options
endpoint : rest/async/bulk/V1/configurable-products/bySku/options
payload:
[
{
"sku": "BDD-PRI-K1150-A-CP-C",
"option": {
"attribute_id": 139,
"label": "finish",
"position": 0,
"is_use_default": true,
"values": [
{
"value_index": 123
},
{
"value_index": 125
},
{
"value_index": 124
}
]
}
}
]
you can check with it as well. I am using bulk api for creation of options and child parent link
@usamahabib786 I'm understand clearly,i'm following your steps, but i'm created option for configurable products in admin area,so basically your issue about correctly set product as configurable, there no issue on magento side.
@usamahabib786 is your product have a type of configurable ?
@engcom-backlog-nazar Yes my product is configurable type.
Hi @Nazar65. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.[x] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.
[x] 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.
[ ] 4. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 5. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[x] 6. Add label Issue: Confirmed once verification is complete.
[ ] 7. Make sure that automatic system confirms that report has been added to the backlog.
@usamahabib786 i'm also not able to reproduce, seems like you have wrong flow to create configurable product.
I am having exactly the same issue on a Magento 2.3 EE vanilla installation. The rest/async/bulk/V1/configurable-products/bySku/child bulk enpoint always returns The parent product doesn't have configurable product options. Calling the standard REST endpoint (rest/V1/configurable-products/{ParentSKU}/child) for exactly the same Parent/Child SKU works so there must be something wrong with the bulk API.
The steps to reproduce this are:
HI @rddwh thank for explanation i'm will recheck
@Nazar65 - More detailed document with example payloads attached:
A grep search indicates the only location of the string "The parent product doesn't have configurable product options." can be found in:
/vendor/magento/module-configurable-product/Model/LinkManagement.php
Hi @Nazar65. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:
Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.[x] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.
[x] 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.
[x] 4. Verify that the issue is reproducible on 2.3-develop branchDetails
- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
- If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and _stop verification process here_!
[ ] 5. Verify that the issue is reproducible on 2.2-develop branch. Details
- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x
[x] 6. Add label Issue: Confirmed once verification is complete.
[ ] 7. Make sure that automatic system confirms that report has been added to the backlog.
@rddwh thank you, now i'm able to reproduce :+1:
I'm working on this
Hi @Nazar65 any luck with this?
@Nazar65 Slight development our end on this. We have the RabbitMQ management plugin installed and if we force a close on the connection in between sending each payload everything works correctly. It's feels like something is being cached and forcing a close on the connection clears it. Hopefully this helps diagnose the issue further, we are continuing to look our end and will post any further information here.
@rddwh thank for explanations, but i'm found that product dose not have flag has_options when created wia bulk api
@Nazar65 I've just tried this via the standard endpoints:
rest/V1/products
rest/V1/configurable-products/:sku/options
rest/V1/configurable-products/:sku/child
And the has_options is still 0 on the configurable:

It's not until I save the item in the admin UI page that it gets set to 1.
I've also tried to send the product payload, then the configurable product options and before posting the link child to parent manually updating the has_options and required_options to 1 before posting the payload. It still fails.
@rddwh hi did you able to find a way for creating configurable products with bulk api? or still waiting for magento's update? Any reply soon will be highly appreciated as i am seriously facing issue at my work due to this
thanks
@usamahabib786 I've managed to get the products in using only the rest/async/bulk/V1/products endpoint. The process was to upload all the simple products first, download the results from the bulk status endpoint and read the product IDs. Once you have them you can send a payload for the configurable products and include the configurable options and child linking e.g:
"configurable_product_options":[
{
"attribute_id":"547",
"label":"Colour",
"position":0,
"values":[
{
"value_index":205
}
]
},
{
"attribute_id":"580",
"label":"Size",
"position":0,
"values":[
{
"value_index":1033
},
{
"value_index":1039
},
{
"value_index":1042
},
{
"value_index":1045
},
{
"value_index":1048
},
{
"value_index":1099
}
]
}
],
"configurable_product_links":[
23125,
23128,
23131,
23134,
23137,
23140
]
}
I have multiple tickets open with Magento Support around RabbitMQ though as it's riddled with bugs. Issues include payloads being ignored and sitting with a status of 4 (pending). Some payloads being successfully sent and creating products in Magento but the bulk status returning that they are still pending and performance issues. We did a test and uploaded 11,658 products to the production instance of a Magento Cloud Pro package (48 cores, 64GB RAM) and it took 4.5 hours to complete! I was the only person using the instance at the time so technically had the full grunt of the box to utilise.
@rddwh thanks for responding, its seem this is the only approach as of now until magento fixes that approach mentioned in official documentation. i am also using it. but how you were able to send this big number of products as i tried posting 3200 approx and i got exception of too big data packet from api it self.
@usamahabib786 I'm sending 500 SKUs at a time. The payloads get queued in RabbitMQ so there's no need to send them up in 1 go.
@rddwh thanks a lot for being a help.
@magento-engcom-team Could you please assign this ticket to me? I will work on it.
Hi @usamahabib786. Thank you for your report.
The issue has been fixed in magento/magento2#21083 by @pedrosousa13 in 2.3-develop branch
Related commit(s):
The fix will be available with the upcoming 2.3.2 release.
Hi @usamahabib786. Thank you for your report.
The issue has been fixed in magento/magento2#22295 by @amol2jcommerce in 2.2-develop branch
Related commit(s):
The fix will be available with the upcoming 2.2.9 release.
Hi All,
My URL is
https://{base_url}/index.php/rest/V1/configurable-products/:sku/children
When I am calling above URL getting following response. Not getting any clue to fix it.

Most helpful comment
@Nazar65 Slight development our end on this. We have the RabbitMQ management plugin installed and if we force a close on the connection in between sending each payload everything works correctly. It's feels like something is being cached and forcing a close on the connection clears it. Hopefully this helps diagnose the issue further, we are continuing to look our end and will post any further information here.