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
When the merchant performs an action on the Messages app in order to have some product data translated on the frontend, this action is not actually reflected in the storefront.
21
21
22
22
23
+
23
24
#### Simulation
24
25
25
26
@@ -30,12 +31,13 @@ When the merchant performs an action on the Messages app in order to have some p
30
31
4. Check that the change did not reflect on the translated website.
31
32
32
33
34
+
33
35
#### Workaround
34
36
35
37
36
38
In order to force the translations reindex for a product, use the following API request:
37
39
38
-
curl --request POST 'https://{accountName}.vtexcommercestable.com.br/api/notificator/changenotification/{productId}/translation' \--header 'VtexIdclientAutCookie: {VtexIdclientAutCookie}'
39
40
41
+
curl --request POST 'https://{accountName}.vtexcommercestable.com.br/api/notificator/changenotification/{productId}/translation' \--header 'VtexIdclientAutCookie: {VtexIdclientAutCookie}'
0 commit comments