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
Pinterest v3 API returns feed with a name property set to null. Somehow, Pinterest marks feeds created with WooCommerce as coming from WooCommerce but does not return that in response to API calls.
On the other hand Pinterest v5 API requires each feed to have a name.
Such behavior requires us to add checks when matching local feed configurations to remote ones. We check feeds to be named with null or something starting with Created by Pinterest for WooCommerce to identify them as created by WooCommerce.
Theoretically, this may cause issues if a user has/had other integrations that created nulled feed names.
The text was updated successfully, but these errors were encountered:
Pinterest v3 API returns feed with a
name
property set tonull.
Somehow, Pinterest marks feeds created with WooCommerce as coming from WooCommerce but does not return that in response to API calls.On the other hand Pinterest v5 API requires each feed to have a name.
Such behavior requires us to add checks when matching local feed configurations to remote ones. We check feeds to be named with
null
or something starting withCreated by Pinterest for WooCommerce
to identify them as created by WooCommerce.Theoretically, this may cause issues if a user has/had other integrations that created
null
ed feed names.The text was updated successfully, but these errors were encountered: