Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created October 22, 2021 16:28
Show Gist options
  • Save jordanhudgens/bf9713e040d00bc51aeb83671f4525c8 to your computer and use it in GitHub Desktop.
Save jordanhudgens/bf9713e040d00bc51aeb83671f4525c8 to your computer and use it in GitHub Desktop.

Custom filed name is hardcoded to exclusive with one of the values t, true, 1, yes. If the product was already listed it's required to change state to Overwrite to sync to MM. Same goes when changing exclusive to falsy value or removing it completely. With the amount of products right now it's best to Overwrite only those products with exclusive field set. With recent imports we managed to import new products at a rate of 1000/min, overwrite might be a bit faster.

Flxpoint UI is clunky and sometimes it doesn't add the custom field, this happens when typing in the name of the custom field it does a search request for similar fields. When results show up it's required to select the name from a dropdown list img

Otherwise it won't be saved! Reload the page to make sure. I've let flxpoint team know that this is really confusing.

Last note: it's possible to add custom fields in product catalog and/or channel listing. I think it's best to do it on Channel listing level, in MerchMixerProduction channel. Note that when someone schedules listing rebuild (manual action) it will be reverted to product catalog.

If you choose to add custom fields in Product Catalog, it will require rebuilding listings and it will be available to all channels.

In both cases rebuilding is a manual action and should be performed with care to not remove existing exclusive custom fields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment