fabric · Capability
fabric Offers — Prices
fabric Offers — Prices. 7 operations. Lead operation: Create Price. Self-contained Naftiko capability covering one fabric business surface.
fabric Offers — Prices is a Naftiko capability published by fabric, one of 25 capabilities the APIs.io network indexes for this provider. It bundles 7 operations across the GET, POST, and DELETE methods rooted at /v1/prices.
The capability includes 3 read-only operations and 4 state-changing operations. Lead operation: Create Price. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Fabric and Prices.
What You Can Do
POST
Create price
— Create Price
/v1/prices
GET
Get all active prices
— Get All Active Prices
/v1/prices
GET
Get price by itemid
— Get Price by Itemid
/v1/prices/{itemId}
DELETE
Delete price by itemid
— Delete Price by Itemid
/v1/prices/{itemId}
GET
Get price by sku
— Get Price by SKU
/v1/prices/sku/{sku}
DELETE
Delete price by sku
— Delete Price by SKU
/v1/prices/sku/{sku}
POST
Create batch prices
— Create Batch Prices
/v1/prices/batch
MCP Tools
fabric-create-price
Create Price
fabric-get-all-active-prices
Get All Active Prices
read-only
idempotent
fabric-get-price-by-itemid
Get Price by Itemid
read-only
idempotent
fabric-delete-price-by-itemid
Delete Price by Itemid
idempotent
fabric-get-price-by-sku
Get Price by SKU
read-only
idempotent
fabric-delete-price-by-sku
Delete Price by SKU
idempotent
fabric-create-batch-prices
Create Batch Prices