Skip to content
Elaichi Elaichi

ecommerce

RepZio

Connect RepZio to Elaichi and hand every teammate a governed MCP endpoint — 80 tools ready to call from Claude, Cursor, or any MCP client, clamped by roles, restrictions, and an audit log.

RepZio

AI tools

RepZio tools for your AI agents

80 tools are ready to mint as an MCP endpoint the moment you connect RepZio — governed by the same roles, restrictions, and audit log as everything else in Elaichi.

create_a_repzio_access_token

Generate a repzio access token using the integration's stored credentials. Returns: access_token, expires_in, token_type. All credential fields (client, clientsecret, userName, password) are supplied automatically from the integration configuration.

list_all_repzio_misc

Get a repzio customer by customer number. Returns the full customer object including customerNumber, customerID, and customerName. Required: customer_number.

repzio_misc_list_2

List repzio customers with optional sorting and filtering. Returns a paginated collection of customer records, each including customerNumber, customerID, and customerName.

create_a_repzio_misc

Create a new customer in repzio. Returns the created customer object including customerNumber, customerID, and customerName.

update_a_repzio_misc_by_id

Update an existing customer in repzio. Returns an empty 204 response on success.

repzio_misc_removed

Removed endpoint. This method is no longer active in repzio and will not return meaningful data. Returns an empty 204 response on success.

get_single_repzio_shipto_by_id

Get a single repzio ShipTo address by id. Returns the ShippingToDto object including id and address attributes. Required: id.

list_all_repzio_shiptos

List repzio ShipTo addresses. Returns: id, attributes. Supports sorting via sortBy and sortDirection, and filtering via filters.

update_a_repzio_merge_by_id

Merge two customer numbers in repzio. If the new customer number doesn't exist, the current customer is renamed to it; if it does exist, the current customer is merged into it and then deleted. Returns an empty 204 response on success. Required: current_customer_number, customerNumber.

repzio_merges_removed

This method has been removed and is no longer available in repzio. Returns an empty 204 response on success.

list_all_repzio_orders

List orders in repzio. Returns: orderGUID, billingAddress, shippingAddress, contact, catalogDetail, shipToCode, manufacturerOrderID, manufacturerOrderStatus, shipToCompanyName, holdForConfirmation, containerCubes, containerName, currencyCode, customerID, customerName, customerNumber, discount, exportDate, exported, freightOnBoard, isContainer, isPlaced, manufacturerID, marketName, orderDate,…

create_a_repzio_order

Create a new order in repzio. Returns the full created order including orderGUID, orderID, orderItems, invoices, billingAddress, shippingAddress, catalogDetail, customerName, orderTotal, channel, id, createdOn, and modifiedOn.

get_single_repzio_order_by_id

Get a repzio order by id. Returns the full order object including orderGUID, orderID, orderItems, billingAddress, shippingAddress, catalogDetail, customerName, orderTotal, last4CC, and originalPriceLevel. Required: id.

update_a_repzio_order_export_by_id

Mark a repzio order as exported by setting its exported status. Returns an empty 204 response on success. Required: order_guid, id.

create_a_repzio_line_item

Add multiple line items to a repzio order in bulk. Returns the full order object including orderGUID, orderItems, orderTotal, subTotal, billingAddress, shippingAddress, catalogDetail, and orderDate. Required: order_guid.

repzio_line_items_removed

This method has been removed and is no longer available in repzio. Returns an empty 204 response on success.

get_single_repzio_product_by_id

Get a repzio product by id. Returns the full product object including itemID, itemName, description, pricing, productModifiers, discontinued, relatedProducts, childProducts, volumePricings, and customerSpecialPrice. Required: id.

list_all_repzio_products

List repzio products. Returns: itemID, manufacturerID, itemName, description, notes, dimensions, orderMinimumQuantity, orderMultipleQuantity, onHandQuantity, introDate, backOrderDate, upc, pieceBox, cubes, unitOfMeasure, additionalImageCount, photoName, discontinued, pricing, weight, dimensionsMetric, source, inventoryStatus, containerMinQty, catalogCode, catalogName, userDefinedFields,…

create_a_repzio_product

Create a new product in repzio. Returns the full created product object including manufacturerID, itemID, itemName, pricing, productModifiers, relatedProducts, childProducts, volumePricings, showRelatedFor, showChildFor, and customerSpecialPrice.

update_a_repzio_product_by_id

Update an existing repzio product. Provide itemID in the request body to identify the product to update. Returns an empty 204 response on success.

repzio_products_list_2

List repzio products by category. Returns: productID, itemID, manufacturerID, itemName, description, notes, dimensions, orderMinimumQuantity, orderMultipleQuantity, onHandQuantity, introDate, backOrderDate, upc, pieceBox, cubes, unitOfMeasure, additionalImageCount, photoName, discontinued, pricing, weight, dimensionsMetric, source, inventoryStatus, containerMinQty, catalogCode, catalogName,…

list_all_repzio_productsets

List product sets in repzio. Returns: productSetId, manufacturerId, name, description, isDeleted. Optionally scope results to a specific manufacturer by supplying manufacturerId.

create_a_repzio_productset

Create a new product set in repzio. Returns the created product set including productSetId, manufacturerId, name, description, and isDeleted.

update_a_repzio_productset_by_id

Update an existing product set in repzio. The target product set is identified by productSetId in the request body. Returns an empty 204 response on success.

delete_a_repzio_productset_by_id

Delete a product set in repzio by id. Returns an empty 204 response on success. Required: id.

list_all_repzio_productsers

Get a repzio product set by productsetid. Returns the full product object including itemID, itemName, description, pricing (basePrice, priceLevels 1–20, specialPrice), productModifiers, relatedProducts, childProducts, volumePricings, weight, inventoryStatus, discontinued, catalogCode, catalogName, userDefinedFields, and customerSpecialPrice. Required: productsetid.

repzio_productsers_removed

This method has been removed and is no longer available. The endpoint is a no-op placeholder and returns an empty 204 response on success.

list_all_repzio_productset_products

List products belonging to a repzio product set. Returns: productID, itemID, manufacturerID, itemName, description, notes, dimensions, orderMinimumQuantity, orderMultipleQuantity, onHandQuantity, introDate, backOrderDate, upc, pieceBox, cubes, unitOfMeasure, additionalImageCount, photoName, discontinued, pricing, weight, dimensionsMetric, source, inventoryStatus, containerMinQty, catalogCode,…

create_a_repzio_productset_item

Create product set items in repzio for a given product set. Returns the created item including productSetItemId, manufacturerId, productSetId, itemType, itemIdentity, and isDeleted. Required: productset_id. Set itemType to 'Product' and itemIdentity to an ItemID.

delete_a_repzio_productset_item_by_id

Delete product set items from a repzio product set by item IDs. Returns an empty response on success. Required: productset_id, itemIds.

get_single_repzio_volume_pricing_by_id

Get a single repzio volume pricing record by id. Returns: volumePricingID, manufacturerID, itemID, isPercentage, percentage, qty, isDeleted, pricing, modifiedBy, modifiedOn. Required: id.

update_a_repzio_volume_pricing_by_id

Update a repzio volume pricing record by id. Returns: volumePricingID, manufacturerID, itemID, isPercentage, percentage, qty, isDeleted, pricing, modifiedBy, modifiedOn. Required: id.

list_all_repzio_volume_pricings

List repzio volume pricing records. Returns: volumePricingID, manufacturerID, itemID, isPercentage, percentage, qty, isDeleted, priceLevels, modifiedBy, modifiedOn. Optionally filter with filters, sortBy, sortDirection, and recordState.

create_a_repzio_volume_pricing

Create a new repzio volume pricing record. Returns an empty 201 response on success.

list_all_repzio_deltas

List repzio product deltas — returns a flat array of ItemId strings for every product whose entity, image, category, or product-category data has changed since a given date. Returns: a flat array of ItemId strings. Optional filter: modifiedOn.

list_all_repzio_details

Get a repzio product with full details for a given item and detail options. Returns: description. Required: item_id, detail_options.

repzio_details_removed

This endpoint has been removed from the repzio integration and is no longer active. Returns an empty 204 response on success.

list_all_repzio_categories

List product categories in repzio. Returns category records including manufacturerID, itemID, itemName, catalogCode, catalogName, reportCategory, pricing, discontinued, inventoryStatus, and related child/volume pricing data. Required: manufacturerId.

create_a_repzio_products_detail

Retrieve bulk product details from repzio by submitting an array of item IDs. Returns a list of product objects including itemID, itemName, discontinued, pricing (basePrice through priceLevel20, specialPrice), productModifiers, relatedProducts, childProducts, volumePricings, and customerSpecialPrice. Required: itemIds.

repzio_products_details_removed

This endpoint has been removed and is no longer available in repzio. Returns an empty 204 response on success.

list_all_repzio_logs_last_go_lives

Get the last Go Live date for a manufacturer in repzio. Returns: lastGoLiveDate (timestamp in EST). Required: manufacturerId.

create_a_repzio_import_inventory

Bulk import inventory updates in repzio by sending a JSON inventory payload. Returns: ImportFileName and Message confirming the upload was received and will be processed asynchronously, with an email notification sent upon completion. Use the optional Prefix parameter to differentiate between multiple files of the same type.

create_a_repzio_import_product

Bulk import product updates into repzio by uploading product data to the system. Returns: ImportFileName, Message. Processing may take some time after upload; a notification is sent by email upon completion. The optional Prefix parameter can be used to differentiate between multiple files of the same type.

create_a_repzio_import_golive

Trigger a Go Live operation in repzio, making all previously uploaded import changes available. This call should be the last import request sent in a batch. Returns: ImportFileName, Message.

create_a_repzio_import_customer

Bulk import customer updates into repzio by uploading a customer data file. Returns: ImportFileName, Message. Processing may take some time after upload; a notification is sent by email upon completion. Optional: Prefix (to differentiate between split data files of the same type).

create_a_repzio_import_relatedproduct

Bulk import related products into repzio. Returns: ImportFileName, Message. Optionally supply Prefix to differentiate between split files of the same type when data is spread across multiple files of the same type.

create_a_repzio_import_childproduct

Bulk import child products into repzio by uploading a file for asynchronous processing. Returns: ImportFileName, Message. Processing may take some time; repzio notifies by email when complete. Optionally supply Prefix to differentiate between multiple files of the same type.

create_a_repzio_import_productcategory

Bulk import product categories into repzio by uploading a file to the system. Returns: ImportFileName, Message. Processing may take some time after upload; repzio will send an email notification when complete. Optionally supply Prefix to differentiate between multiple files of the same type.

create_a_repzio_import_producttag

Bulk import product tags into repzio by uploading tag data to the system. Returns: ImportFileName, Message. Processing occurs asynchronously and a notification is sent by email upon completion. Use the optional Prefix parameter to differentiate between multiple import files of the same type.

create_a_repzio_import_modifierslist

Bulk import modifiers lists into repzio by uploading data to the system. Returns: ImportFileName, Message. Optionally supply Prefix to differentiate between multiple files of the same type being split across uploads.

create_a_repzio_import_productmodifier

Bulk import product modifiers into repzio by uploading a file. Returns: ImportFileName, Message. Use the optional Prefix parameter to differentiate between multiple files of the same type when splitting data across multiple uploads.

create_a_repzio_import_volumepricing

Bulk import volume pricing data into repzio by uploading a file payload. Returns: ImportFileName, Message. Processing may take time after upload; a notification is sent by email when complete.

create_a_repzio_import_customerspecialpricing

Bulk import customer special pricing data into repzio. Returns: ImportFileName, Message confirming the upload was received. Processing is asynchronous — repzio sends an email notification when complete. Use the optional Prefix query parameter to differentiate between multiple files of the same type.

create_a_repzio_import_categoryrename

Bulk import category rename data into repzio. Returns: ImportFileName, Message. The optional Prefix parameter can be used to differentiate between files when splitting data across multiple files of the same type.

create_a_repzio_import_webcategory

Bulk import web categories into repzio by uploading category data. Returns: ImportFileName, Message confirming the file was received and queued for processing. The optional Prefix query parameter differentiates between multiple files of the same type uploaded separately.

create_a_repzio_import_image

Bulk import a JPEG image into repzio by uploading a binary image file. Returns: ImageName, Message. Required: imageName (must follow repzio's image naming convention to be properly processed).

create_a_repzio_import_siteuser

Bulk import SiteUsers in repzio by uploading site user data to the system. Returns: ImportFileName, Message. Optional: Prefix to differentiate between multiple files of the same type when splitting data across files.

create_a_repzio_import_shipto

Bulk import ShipTos into repzio by uploading shipto data. Returns ImportFileName and Message confirming the file was received for processing (email notification sent on completion). Use the optional Prefix query parameter to differentiate between files when splitting data of the same type across multiple uploads.

create_a_repzio_import_categorydescription

Bulk import category descriptions into repzio by uploading a data file. Processing is asynchronous; you will be notified by email when complete. Returns: ImportFileName, Message. Optional: Prefix (used to differentiate between multiple files of the same type).

create_a_repzio_import_webcategorydescription

Bulk import WebCategory Descriptions into repzio by uploading data to the system for asynchronous processing. Returns: ImportFileName, Message. Use the optional Prefix parameter to differentiate between multiple files of the same type when splitting data across files.

create_a_repzio_import_productimage

Bulk import product images in repzio by uploading a product images import file (not individual images). Returns: ImportFileName, Message. Optionally supply a Prefix to differentiate between multiple import files of the same type.

create_a_repzio_import_customermerge

Bulk import customer merge data into repzio. Returns: ImportFileName, Message confirming the file was received and queued for asynchronous processing. Use the optional Prefix parameter to differentiate between multiple files of the same type.

create_a_repzio_import_externalorder

Bulk import external orders into repzio by uploading order data. Returns: ImportFileName, Message. Processing is asynchronous; you will be notified by email when complete. Optional: Prefix to differentiate between multiple files of the same type.

create_a_repzio_import_externalinvoice

Bulk import external invoices into repzio. Returns: ImportFileName, Message. Optionally supply Prefix to differentiate between multiple files of the same type when splitting data across files.

create_a_repzio_import_productsetitem

Bulk import product set item updates in repzio. Returns: ImportFileName, Message indicating the upload status and that processing will be completed asynchronously with an email notification. The optional Prefix parameter differentiates between multiple files of the same type when splitting data across files.

create_a_repzio_accesstoken

Generate a repzio access token using client credentials and user login details. Returns: access_token, expires_in, token_type. Required: client, clientsecret, userName, password.

repzio_accesstokens_removed

This method has been removed and is no longer available.

create_a_repzio_internalaccesstoken

Generate an internal access token in repzio. Returns: access_token, expires_in, token_type. Required: client, clientsecret.

repzio_internalaccesstokens_removed

This method has been removed and is no longer available. Returns an empty 204 response on success.

update_a_repzio_export_by_id

Mark a repzio order as exported by setting its export status. Returns an empty 204 response on success. Required: order_guid, id.

repzio_exports_removed

This endpoint has been removed and is no longer available.

list_all_repzio_customers

List customers in repzio. Returns: id.

get_single_repzio_customer_by_id

Get a single repzio customer by id. Returns: id. Required: id.

create_a_repzio_customer

Create a new customer in repzio. Returns: id.

update_a_repzio_customer_by_id

Update an existing customer in repzio. Returns: id.

update_a_repzio_customer_merge_by_id

Merge a repzio customer into another customer, combining their records under the target customer number. Returns an empty 204 response on success. Required: current_customer_number (the source customer to merge from) and customerNumber (the target customer number to merge into).

create_a_repzio_order_line_item

Bulk add line items to an existing repzio order identified by order_guid. Returns the updated order object including orderGUID, orderItems, orderTotal, subTotal, shippingTotal, billingAddress, shippingAddress, catalogDetail, invoices, customerName, and more. Required: order_guid.

list_all_repzio_category_products

List repzio products belonging to a specific category. Returns product records including itemID, itemName, description, dimensions, pricing (base price and up to 20 price levels), discontinued status, volumePricings, and customerSpecialPrice. Required: category_id.

list_all_repzio_product_details

List repzio product details for a specific item and detail configuration. Returns records including itemID, itemName, description, pricing, onHandQuantity, discontinued, dimensions, inventoryStatus, catalogCode, and additional product attributes. Required: item_id, detail_options.

create_a_repzio_bulk_product_detail

Retrieve bulk product details from repzio by posting a list of item IDs. Returns product records including manufacturerID, itemID, itemName, description, dimensions, onHandQuantity, discontinued, pricing (basePrice through priceLevel20 plus specialPrice), volumePricings, and childProducts. Required: itemIds.

How it works

From RepZio account to governed MCP endpoint

Connect

Link a RepZio account through Elaichi's hosted connect flow. Credentials are vaulted — nobody, including the AI, ever sees them.

Compose

The connection becomes a toolbox instantly. Curate which RepZio tools are exposed, rename them, or freeze arguments.

Mint

Mint a personal MCP endpoint on that toolbox and paste it into Claude, Cursor, or any MCP client — governed by roles, restrictions, and audit logs.

Give every teammate a governed MCP server

Start a 14-day Gold trial — connect a product, curate a toolbox, and paste an endpoint into Claude or Cursor in minutes.