Weavz
Allegro

Allegro

Manage Allegro marketplace offers, publication state, checkout orders, and order-event polling across supported Allegro country sites.

OAuth2Commerce
8 tools
1 trigger

Tools

Name
list_sale_offers

List Allegro sale offers for the connected seller with publication and paging filters.

get_sale_offer

Get an Allegro sale offer by offer ID.

create_product_offer

Create an Allegro product offer with the documented product-offer payload.

update_product_offer

Update an Allegro product offer by offer ID with the documented product-offer payload.

change_offer_publication

Create an Allegro offer publication command to activate, end, or otherwise change offer publication.

list_checkout_forms

List Allegro order checkout forms with date, status, and paging filters.

get_checkout_form

Get an Allegro order checkout form by ID.

list_order_events

List Allegro order events for incremental order synchronization.

Triggers

Name
new_order_event

Poll Allegro order events and emit events not seen on the previous run.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('allegro', 'list_sale_offers', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'allegro',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Allegro to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Allegro support?

Allegro supports 8 tools including List Sale Offers, Get Sale Offer, Create Product Offer, Update Product Offer, Change Offer Publication, and more.

Can I use Allegro with AI agents?

Yes. Add Allegro to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Allegro be used in stateful agent workflows?

Yes. Agents can combine Allegro tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Allegro use?

Allegro uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Allegro integration cost?

The Allegro integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Allegro support?

Allegro supports 1 triggers including New Order Event.

Connect Allegro in minutes

Get 20,000 free action executions every month. No credit card required.