I'm creating Product create / Edit API for admin.
In product edit API some attributes are in custom_attribute section(most of newly create) some are in extension_attribute and remain are directly within attribute code i
'm passing in the payload.
My question when creating Product how can I separate which attributes are within which section.directly,custom_attribute section or within extension_attribute section.because an at a time of product creation I can not separate attributes in section by using attribute set.
