The Tradeics REST API V2 is the current HTTPS surface for ERP, OMS, CRM, and middleware integrations.
Base URL: https://api.tradeics.example/v2/
Auth header
Authorization: Bearer <your_api_key>
Content-Type: application/json
Accept: application/json
Scroll any endpoint below to load HTTP request and response examples in the right panel. Multi-language clients live in First request.
Try it with your API client
Download the ⬇️ Postman collection or OpenAPI 3.1 and import into Postman, Insomnia, Bruno, Hoppscotch, or HTTPie. See API clients.
Conventions
Prefer V2 for all new work (
https://api.tradeics.example/v2/).Service modules may include a submodule version (example:
master-management/v2.0).All production traffic uses HTTPS.
Typical envelope:
{ "error": false, "reason": "listed", "data": {} }.Common statuses:
200/201OK,400bad request,401unauthorized,403forbidden,404not found,422validation,429rate limit,5xxretry.
Catalogsin Master Data
List vendor categories
Returns top-level vendor categories for ERP / PIM taxonomy alignment.
Page index starting at 1
Items per page when supported by your key
- GEThttps://api.tradeics.example/v2/vendor-category
- Tiersuserapp
- Scopesmaster:read
(loading)
(loading)
List vendor sub-categories
Returns vendor sub-categories for ERP / PIM taxonomy alignment. Ideal first call after authentication.
Page index starting at 1
Items per page when supported by your key
- GEThttps://api.tradeics.example/v2/vendor-sub-category
- Tiersuserapp
- Scopesmaster:read
(loading)
(loading)
List vendors
Lists suppliers visible to your key.
Page index starting at 1
Items per page
Free-text name or code filter
- GEThttps://api.tradeics.example/v2/vendors
- Tiersuserapp
- Scopesmaster:read
(loading)
(loading)
Get vendor
Returns one supplier by Tradeics id.
Vendor id
- GEThttps://api.tradeics.example/v2/vendors/id
- Tiersuserapp
- Scopesmaster:read
(loading)
(loading)
Create vendor
Creates a supplier in master data.
Legal or trading name
Stable supplier code
ISO 3166-1 alpha-2
External ERP vendor id
- POSThttps://api.tradeics.example/v2/vendors
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
Update vendor
Updates mutable supplier fields. Omit unchanged keys.
Vendor id
Legal or trading name
ISO 3166-1 alpha-2
active, inactive
External ERP vendor id
- PATCHhttps://api.tradeics.example/v2/vendors/id
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
Delete vendor
Soft-deletes or archives a supplier when policy allows. Prefer PATCH status=inactive when reversible.
Vendor id
- DELETEhttps://api.tradeics.example/v2/vendors/id
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
List items
Lists catalog items for PIM / ERP sync.
Page index starting at 1
Items per page
SKU or name filter
- GEThttps://api.tradeics.example/v2/items
- Tiersuserapp
- Scopesmaster:read
(loading)
(loading)
Get item
Returns one catalog item by Tradeics id.
Item id
- GEThttps://api.tradeics.example/v2/items/id
- Tiersuserapp
- Scopesmaster:read
(loading)
(loading)
Create item
Creates a catalog item for PIM / ERP sync.
Stock keeping unit
Display name
Unit of measure
Vendor category id
active, inactive (default active)
- POSThttps://api.tradeics.example/v2/items
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
Update item
Updates mutable catalog item fields.
Item id
Display name
Unit of measure
Vendor category id
active, inactive
- PATCHhttps://api.tradeics.example/v2/items/id
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
Delete item
Archives a catalog item when policy allows.
Item id
- DELETEhttps://api.tradeics.example/v2/items/id
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
Create vendor category
Creates a top-level vendor category.
Category name
Stable category code
- POSThttps://api.tradeics.example/v2/vendor-category
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
Create vendor sub-category
Creates a vendor sub-category under a parent category.
Sub-category name
Stable code
Parent category id
- POSThttps://api.tradeics.example/v2/vendor-sub-category
- Tiersuserapp
- Scopesmaster:write
(loading)
(loading)
Marketplacein B2B Platform
List catalogs
Lists catalogs available to your workspace.
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/catalogs
- Tiersuserapp
- Scopesmarketplace:read
(loading)
(loading)
List products
Lists sellable products in one or more catalogs.
Page index starting at 1
Items per page
Restrict to a catalog
- GEThttps://api.tradeics.example/v2/products
- Tiersuserapp
- Scopesmarketplace:read
(loading)
(loading)
Get product
Returns one marketplace product.
Product id
- GEThttps://api.tradeics.example/v2/products/id
- Tiersuserapp
- Scopesmarketplace:read
(loading)
(loading)
Create product
Publishes a sellable product into a marketplace catalog.
Target catalog
Product SKU
Display name
Major-unit price
ISO currency code
Minimum order quantity
- POSThttps://api.tradeics.example/v2/products
- Tiersuserapp
- Scopesmarketplace:write
(loading)
(loading)
Update product
Updates price, MOQ, or status on a marketplace product.
Product id
Major-unit price
Minimum order quantity
active, inactive
- PATCHhttps://api.tradeics.example/v2/products/id
- Tiersuserapp
- Scopesmarketplace:write
(loading)
(loading)
Delete product
Removes a product from the sellable catalog surface.
Product id
- DELETEhttps://api.tradeics.example/v2/products/id
- Tiersuserapp
- Scopesmarketplace:write
(loading)
(loading)
Create catalog
Creates a marketplace catalog for your workspace.
Catalog name
Default ISO currency
- POSThttps://api.tradeics.example/v2/catalogs
- Tiersuserapp
- Scopesmarketplace:write
(loading)
(loading)
B2B E-storein B2B Platform
List stores
Lists B2B e-stores visible to your workspace.
Page index starting at 1
Items per page
Filter: draft, live, paused
- GEThttps://api.tradeics.example/v2/stores
- Tiersuserapp
- Scopesestore:read
(loading)
(loading)
Get store
Returns one e-store configuration.
Store id
- GEThttps://api.tradeics.example/v2/stores/id
- Tiersuserapp
- Scopesestore:read
(loading)
(loading)
Create store
Creates a B2B e-store (storefront) for your workspace.
Store display name
URL slug
Default ISO currency
Linked marketplace or private catalog
- POSThttps://api.tradeics.example/v2/stores
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
Update store
Updates store branding, catalog link, or publish status.
Store id
Store display name
draft, live, paused
Linked catalog
Default ISO currency
- PATCHhttps://api.tradeics.example/v2/stores/id
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
Delete store
Archives a draft or paused store. Live stores with open carts return 409.
Store id
- DELETEhttps://api.tradeics.example/v2/stores/id
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
List storefront products
Lists products visible on a live e-store storefront (resolved from the linked catalog).
Store id
Page index starting at 1
Items per page
SKU or name filter
- GEThttps://api.tradeics.example/v2/stores/id/products
- Tiersuserapp
- Scopesestore:read
(loading)
(loading)
Get cart
Returns a cart for a buyer session or ERP-backed checkout.
Cart id
- GEThttps://api.tradeics.example/v2/carts/id
- Tiersuserapp
- Scopesestore:read
(loading)
(loading)
Create cart
Opens a cart on an e-store for a buyer or partner.
Target e-store
Buying partner
Override store currency when allowed
- POSThttps://api.tradeics.example/v2/carts
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
Add cart line
Adds a storefront product line to an open cart.
Cart id
Storefront SKU
Units to add (must meet MOQ)
Override when negotiated pricing applies
- POSThttps://api.tradeics.example/v2/carts/id/lines
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
Update cart line
Updates quantity on an existing cart line.
Cart id
Cart line id
New quantity
- PATCHhttps://api.tradeics.example/v2/carts/id/lines/line_id
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
Delete cart line
Removes a line from an open cart.
Cart id
Cart line id
- DELETEhttps://api.tradeics.example/v2/carts/id/lines/line_id
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
List store orders
Lists e-store checkout orders for ERP / OMS sync.
Page index starting at 1
Items per page
Restrict to one store
Filter: pending, confirmed, fulfilled, cancelled
- GEThttps://api.tradeics.example/v2/orders
- Tiersuserapp
- Scopesestore:read
(loading)
(loading)
Get store order
Returns one e-store order header and line summary.
Store order id
- GEThttps://api.tradeics.example/v2/orders/id
- Tiersuserapp
- Scopesestore:read
(loading)
(loading)
Create store order
Checks out an open cart into a store order (direct-buy).
Open cart to checkout
Buyer PO / external reference
Shipping address id or inline label
- POSThttps://api.tradeics.example/v2/orders
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
Update store order
Updates store order status for fulfillment sync (pending → confirmed → fulfilled / cancelled).
Store order id
pending, confirmed, fulfilled, cancelled
Buyer PO / external reference
- PATCHhttps://api.tradeics.example/v2/orders/id
- Tiersuserapp
- Scopesestore:write
(loading)
(loading)
Source to Payin B2B Platform
List RFXs
Lists RFQs / RFPs visible to your key.
Page index starting at 1
Items per page
Filter: draft, open, awarded, closed
- GEThttps://api.tradeics.example/v2/rfx
- Tiersuserapp
- Scopess2p:read
(loading)
(loading)
Get RFX
Returns one RFX with header fields.
RFX id
- GEThttps://api.tradeics.example/v2/rfx/id
- Tiersuserapp
- Scopess2p:read
(loading)
(loading)
Create RFX
Creates an RFX draft. Line details may follow on subsequent update calls.
RFX title
ISO currency code
RFC 3339 close time
- POSThttps://api.tradeics.example/v2/rfx
- Tiersuserapp
- Scopess2p:write
(loading)
(loading)
Update RFX
Updates an RFX draft or open header fields. Award workflows stay separate.
RFX id
RFX title
draft, open, closed
RFC 3339 close time
- PATCHhttps://api.tradeics.example/v2/rfx/id
- Tiersuserapp
- Scopess2p:write
(loading)
(loading)
Delete RFX
Deletes a draft RFX. Open or awarded RFXs return 409 — close them instead.
RFX id
- DELETEhttps://api.tradeics.example/v2/rfx/id
- Tiersuserapp
- Scopess2p:write
(loading)
(loading)
List purchase orders
Lists purchase orders for ERP / OMS sync.
Page index starting at 1
Items per page
Filter: draft, issued, received, closed
- GEThttps://api.tradeics.example/v2/purchase-orders
- Tiersuserapp
- Scopess2p:read
(loading)
(loading)
Get purchase order
Returns one purchase order header.
Purchase order id
- GEThttps://api.tradeics.example/v2/purchase-orders/id
- Tiersuserapp
- Scopess2p:read
(loading)
(loading)
Create purchase order
Creates a purchase order draft from an awarded RFX or free-form header.
Supplier id
ISO currency code
Source RFX
Buyer PO number
- POSThttps://api.tradeics.example/v2/purchase-orders
- Tiersuserapp
- Scopess2p:write
(loading)
(loading)
Update purchase order
Updates PO status or header fields (draft → issued).
Purchase order id
draft, issued, received, closed
Buyer PO number
- PATCHhttps://api.tradeics.example/v2/purchase-orders/id
- Tiersuserapp
- Scopess2p:write
(loading)
(loading)
Salesin B2B Platform
List opportunities
Lists sales opportunities in the buyers network.
Page index starting at 1
Items per page
Filter: open, won, lost
- GEThttps://api.tradeics.example/v2/opportunities
- Tiersuserapp
- Scopessales:read
(loading)
(loading)
List quotes
Lists seller quotes, optionally scoped to an opportunity.
Page index starting at 1
Items per page
Restrict to an opportunity
- GEThttps://api.tradeics.example/v2/quotes
- Tiersuserapp
- Scopessales:read
(loading)
(loading)
Get quote
Returns one seller quote.
Quote id
- GEThttps://api.tradeics.example/v2/quotes/id
- Tiersuserapp
- Scopessales:read
(loading)
(loading)
Create opportunity
Creates a sales opportunity in the buyers network.
Opportunity title
ISO currency code
Counterparty partner
- POSThttps://api.tradeics.example/v2/opportunities
- Tiersuserapp
- Scopessales:write
(loading)
(loading)
Update opportunity
Updates opportunity status (open, won, lost) or title.
Opportunity id
Opportunity title
open, won, lost
- PATCHhttps://api.tradeics.example/v2/opportunities/id
- Tiersuserapp
- Scopessales:write
(loading)
(loading)
Create quote
Creates a seller quote for an opportunity.
Parent opportunity
Quote total in major units
ISO currency code
RFC 3339 expiry
- POSThttps://api.tradeics.example/v2/quotes
- Tiersuserapp
- Scopessales:write
(loading)
(loading)
Update quote
Updates quote amount or status (draft, sent, accepted, rejected).
Quote id
Quote total
draft, sent, accepted, rejected
- PATCHhttps://api.tradeics.example/v2/quotes/id
- Tiersuserapp
- Scopessales:write
(loading)
(loading)
Networkin B2B Platform
List partners
Lists network partners visible to your workspace.
Page index starting at 1
Items per page
Name filter
- GEThttps://api.tradeics.example/v2/b2b-platform/v2.0/network/partners
- Tiersuserapp
- Scopesnetwork:read
(loading)
(loading)
Get partner
Returns one network partner.
Partner id
- GEThttps://api.tradeics.example/v2/b2b-platform/v2.0/network/partners/id
- Tiersuserapp
- Scopesnetwork:read
(loading)
(loading)
Create partner
Invites or registers a network partner for your workspace.
Partner company name
buyer, supplier, both
ISO 3166-1 alpha-2
- POSThttps://api.tradeics.example/v2/b2b-platform/v2.0/network/partners
- Tiersuserapp
- Scopesnetwork:write
(loading)
(loading)
Update partner
Updates partner role or status.
Partner id
buyer, supplier, both
pending, active, suspended
- PATCHhttps://api.tradeics.example/v2/b2b-platform/v2.0/network/partners/id
- Tiersuserapp
- Scopesnetwork:write
(loading)
(loading)
Paymentsin Finance
List payments
Lists payments visible to your workspace.
Page index starting at 1
Items per page
Filter: pending, captured, failed, refunded
- GEThttps://api.tradeics.example/v2/finance/v2.0/payments
- Tiersuserapp
- Scopesfinance:read
(loading)
(loading)
Get payment
Returns one payment by id.
Payment id
- GEThttps://api.tradeics.example/v2/finance/v2.0/payments/id
- Tiersuserapp
- Scopesfinance:read
(loading)
(loading)
Create payment
Creates a payment intent against an invoice or PO anchor.
Major-unit amount
ISO currency code
Related purchase order
Related invoice
- POSThttps://api.tradeics.example/v2/finance/v2.0/payments
- Tiersuserapp
- Scopesfinance:write
(loading)
(loading)
Update payment
Updates payment status (for example void a pending intent when policy allows).
Payment id
pending, captured, failed, refunded, void
- PATCHhttps://api.tradeics.example/v2/finance/v2.0/payments/id
- Tiersuserapp
- Scopesfinance:write
(loading)
(loading)
Walletsin Finance
List wallets
Lists wallets for your workspace.
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/finance/v2.0/wallets
- Tiersuserapp
- Scopesfinance:read
(loading)
(loading)
List wallet transactions
Lists ledger movements for one wallet.
Wallet id
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/finance/v2.0/wallets/id/transactions
- Tiersuserapp
- Scopesfinance:read
(loading)
(loading)
Create wallet
Creates a wallet for your workspace in a given currency.
ISO currency code
Display label
- POSThttps://api.tradeics.example/v2/finance/v2.0/wallets
- Tiersuserapp
- Scopesfinance:write
(loading)
(loading)
Invoicesin Finance
List invoices
Lists invoices for your workspace.
Page index starting at 1
Items per page
Filter: draft, open, paid, void
- GEThttps://api.tradeics.example/v2/finance/v2.0/invoices
- Tiersuserapp
- Scopesfinance:read
(loading)
(loading)
Get invoice
Returns one invoice.
Invoice id
- GEThttps://api.tradeics.example/v2/finance/v2.0/invoices/id
- Tiersuserapp
- Scopesfinance:read
(loading)
(loading)
Create invoice
Creates an invoice draft for a partner or PO anchor.
Bill-to partner
ISO currency code
Total in major units
Related PO
- POSThttps://api.tradeics.example/v2/finance/v2.0/invoices
- Tiersuserapp
- Scopesfinance:write
(loading)
(loading)
Update invoice
Updates invoice status (draft → open → paid / void).
Invoice id
draft, open, paid, void
Total in major units
- PATCHhttps://api.tradeics.example/v2/finance/v2.0/invoices/id
- Tiersuserapp
- Scopesfinance:write
(loading)
(loading)
Subscriptionsin Webhooks
List subscriptions
Lists webhook subscriptions for your key.
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/webhooks/v2.0/subscriptions
- Tiersuserapp
- Scopeswebhooks:read
(loading)
(loading)
Create subscription
Registers a webhook endpoint.
HTTPS delivery URL
Event names to subscribe to
HMAC signing secret
- POSThttps://api.tradeics.example/v2/webhooks/v2.0/subscriptions
- Tiersuserapp
- Scopeswebhooks:write
(loading)
(loading)
Get subscription
Returns one webhook subscription.
Subscription id
- GEThttps://api.tradeics.example/v2/account/v2.0/subscription
- Tiersuserapp
- Scopesaccount:read
(loading)
(loading)
Update subscription
Updates delivery URL, events, or status.
Subscription id
HTTPS delivery URL
Event names
active, paused
- PATCHhttps://api.tradeics.example/v2/webhooks/v2.0/subscriptions/id
- Tiersuserapp
- Scopeswebhooks:write
(loading)
(loading)
Delete subscription
Removes a webhook subscription.
Subscription id
- DELETEhttps://api.tradeics.example/v2/webhooks/v2.0/subscriptions/id
- Tiersuserapp
- Scopeswebhooks:write
(loading)
(loading)
List deliveries
Lists recent delivery attempts for one subscription.
Subscription id
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/webhooks/v2.0/subscriptions/id/deliveries
- Tiersuserapp
- Scopeswebhooks:read
(loading)
(loading)
Workspacein Account
Get current workspace
Returns the workspace tied to your credential, including subdomain URL and subscription summary.
- GEThttps://api.tradeics.example/v2/account/v2.0/workspace
- Tiersuserapp
- Scopesaccount:read
(loading)
(loading)
Update workspace
Updates workspace profile fields visible to integrators. Slug changes (and subdomain URLs) are restricted — contact support when renaming a live workspace.
Display name
IANA timezone
- PATCHhttps://api.tradeics.example/v2/account/v2.0/workspace
- Tiersuserapp
- Scopesaccount:write
(loading)
(loading)
Usersin Account
List users
Lists users in the current workspace.
Page index starting at 1
Items per page
Filter: active invited disabled
- GEThttps://api.tradeics.example/v2/account/v2.0/users
- Tiersuserapp
- Scopesaccount:read
(loading)
(loading)
Invite user
Invites a user into the current workspace (creates membership; user may already exist on other workspaces).
Invite email
Workspace role: owner admin member billing developer
Display name hint
- POSThttps://api.tradeics.example/v2/account/v2.0/users
- Tiersuserapp
- Scopesaccount:write
(loading)
(loading)
Get user
Returns a workspace membership for one user.
User id in this workspace
- GEThttps://api.tradeics.example/v2/account/v2.0/users/id
- Tiersuserapp
- Scopesaccount:read
(loading)
(loading)
Update user
Updates a member's role or status in the current workspace (does not remove them from other workspaces).
User id
Workspace role
active disabled
- PATCHhttps://api.tradeics.example/v2/account/v2.0/users/id
- Tiersuserapp
- Scopesaccount:write
(loading)
(loading)
Remove user
Removes the user from the current workspace only. Their Tradeics user account and other workspace memberships remain.
User id
- DELETEhttps://api.tradeics.example/v2/account/v2.0/users/id
- Tiersuserapp
- Scopesaccount:write
(loading)
(loading)
API keysin Account
List API keys
Lists API keys for your workspace.
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/account/v2.0/api-keys
- Tiersuserapp
- Scopesaccount:read
(loading)
(loading)
Create API key
Creates a workspace API key. The secret is returned once in the create response.
Label for operators
Scope strings
- POSThttps://api.tradeics.example/v2/account/v2.0/api-keys
- Tiersuserapp
- Scopesaccount:write
(loading)
(loading)
Revoke API key
Revokes a workspace API key immediately.
API key id
- DELETEhttps://api.tradeics.example/v2/account/v2.0/api-keys/id
- Tiersuserapp
- Scopesaccount:write
(loading)
(loading)
Subscriptionin Account
Get subscription
Returns the workspace subscription (plan, status, seats when applicable).
- GEThttps://api.tradeics.example/v2/account/v2.0/subscription
- Tiersuserapp
- Scopesaccount:read
(loading)
(loading)
Developer appsin Apps & Plugins
List developer apps
Lists apps owned by your publisher workspace.
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/apps/v2.0/developer-apps
- Tiersapp
- Scopesapps:read
(loading)
(loading)
Create developer app
Creates a developer app shell (manifest uploaded separately).
Display name
Unique slug
private, public, unlisted
- POSThttps://api.tradeics.example/v2/apps/v2.0/developer-apps
- Tiersapp
- Scopesapps:write
(loading)
(loading)
Get developer app
Returns one developer app.
App id
- GEThttps://api.tradeics.example/v2/apps/v2.0/developer-apps/id
- Tiersapp
- Scopesapps:read
(loading)
(loading)
Update developer app
Updates app metadata (not the signed manifest — use version upload).
App id
Display name
draft, active, archived
- PATCHhttps://api.tradeics.example/v2/apps/v2.0/developer-apps/id
- Tiersapp
- Scopesapps:write
(loading)
(loading)
Listingsin Apps & Plugins
List listings
Lists listings for the publisher (or public catalog with catalog scopes).
Page index starting at 1
Items per page
public, private, unlisted
- GEThttps://api.tradeics.example/v2/apps/v2.0/listings
- Tiersapp
- Scopesapps:read
(loading)
(loading)
Create listing
Creates a Store listing bound to an app.
Developer app id
public, private, unlisted
free, one_time, subscription, metered
Short Store blurb
- POSThttps://api.tradeics.example/v2/apps/v2.0/listings
- Tiersapp
- Scopesapps:write
(loading)
(loading)
Update listing
Updates listing visibility, pricing model, or copy.
Listing id
public, private, unlisted
free, one_time, subscription, metered
Short Store blurb
draft, in_review, published, rejected
- PATCHhttps://api.tradeics.example/v2/apps/v2.0/listings/id
- Tiersapp
- Scopesapps:write
(loading)
(loading)
Installationsin Apps & Plugins
List installations
Lists installations visible to your key (org admin or publisher).
Page index starting at 1
Items per page
Filter by developer app
- GEThttps://api.tradeics.example/v2/apps/v2.0/installations
- Tiersuserapp
- Scopesapps:read
(loading)
(loading)
Create installation
Installs an app into a workspace (consent recorded server-side).
App to install
Target workspace
Paid plan when required
- POSThttps://api.tradeics.example/v2/apps/v2.0/installations
- Tiersuserapp
- Scopesapps:write
(loading)
(loading)
Delete installation
Uninstalls an app and revokes its install token.
Installation id
- DELETEhttps://api.tradeics.example/v2/apps/v2.0/installations/id
- Tiersuserapp
- Scopesapps:write
(loading)
(loading)
Plansin Apps & Plugins
List plans
Lists plans for a listing.
Restrict to one listing
Page index starting at 1
Items per page
- GEThttps://api.tradeics.example/v2/apps/v2.0/plans
- Tiersapp
- Scopesapps:read
(loading)
(loading)
Create plan
Creates a monetization plan for a listing.
Parent listing
free, one_time, subscription, metered
Major-unit price (0 for free)
ISO currency
month, year when subscription
- POSThttps://api.tradeics.example/v2/apps/v2.0/plans
- Tiersapp
- Scopesapps:write
(loading)
(loading)
AI Builder jobsin Apps & Plugins
Create AI Builder job
Creates a draft app scaffold from a natural-language brief.
What the app should do
Suggested private / public
Suggested pricing model
- POSThttps://api.tradeics.example/v2/apps/v2.0/ai-builder/jobs
- Tiersapp
- Scopesapps:write
(loading)
(loading)
Get AI Builder job
Returns scaffold job status and resulting draft app id when complete.
Job id
- GEThttps://api.tradeics.example/v2/apps/v2.0/ai-builder/jobs/id
- Tiersapp
- Scopesapps:read
(loading)
(loading)
Helpersin AI
Summarize RFX
Returns a short summary of an RFX for buyers or sellers. Assistive only — do not auto-award from the result.
RFX id to summarize
BCP 47 locale, default en
- POSThttps://api.tradeics.example/v2/summarize-rfx
- Tiersuserapp
- Scopesai:write
(loading)
(loading)
Classify catalog line
Suggests a category / sub-category for a free-text catalog line.
Item title or description
BCP 47 locale, default en
- POSThttps://api.tradeics.example/v2/classify-item
- Tiersuserapp
- Scopesai:write
(loading)
(loading)