Hi everyone
I'm trying to update Price Extension feed by FeedItemService in new API.
Create operation works perfectly, but the update doesn't work.
API returns 200 code but without any changes.
An example of the update operation.
{"attribute_values":[{"feed_attribute_id":1,"string_value":"Places"},{"feed_attribute_id":2,"string_value":"From"},...,{}],
"id":"86271723383",
"feed":"customers/9169234605/feeds/108176779",
"resource_name":"customers/9169234605/feedItems/108176779~86271723383"}
Also, I specified update_mask with every update operation
update_mask : {paths : 'attribute_values', paths : 'id'}
Where maybe a problem?