View Categories

Repzio Connector

< 1 min read

What is it?

Repzio connector is a SaaS tool developed and hosted by Mihai. This tool connects to Repzio (manage.repzio.com) over REST APIs and to Woocommerce sites over REST APIs.

  • uploads new products
  • updates existing products
  • deletes products

Info list:

There is no “Interface” to the connector. A customer won’t see it. A BV employee won’t see it.

Data moved:
The connector moves the following data INTO Woocommerce:

  • product title
  • product description
  • basePrice
  • Price levels (as custom order attributes, using keys pl1 to pl20)
  • User defined fields (using keys ud1 to ud20)
  • Stock quantities

(It’s basically just Product Data, and only from Repzio to WOO)

Data NOT moved:

  • Product categories
  • Customer data
  • Order data

Data validation:

If you want to check the data and make sure it’s correct, please connect to https://manage.repzio.com/Home/Manage.

Leave a Comment