cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.2.6 - Attributes Issue with Store View and product created by REST

SOLVED

Magento 2.2.6 - Attributes Issue with Store View and product created by REST

I have a product created in M2 and I create a new product attributes, and when we make an update with c# app using REST Call. In this case the new added attributes are empty in edit product page with "Store View" configured on "All Store Views". But when I switch to "Default Stotre View" we get values in those fields. The problem is when I delete this product and I recreate it with REST Call, I haven't those empty attributes.(that's work correctly)

I don't know if that's normal or not in Magento or how to fix that?

this is some snapshot to explain my issue:

In catalog product page those fields have values 

1.jpg

when I edit this product on all Store Views mode, the new attributes are empty 

2.jpg

now I switch to Default Store View 

3.jpg

And now in Default Store View, we have our values 

4.jpg

 

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2.2.6 - Attributes Issue with Store View and product created by REST

1 REPLY 1

Re: Magento 2.2.6 - Attributes Issue with Store View and product created by REST