Rentle Product API
The Product API from Rentle — 0 operation(s) for product.
The Product API from Rentle — 0 operation(s) for product.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/rentle-product-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Rentle Product API
version: '2023-02-01'
contact: {}
x-logo:
url: https://firebasestorage.googleapis.com/v0/b/rentle-prod.appspot.com/o/logos%2Ftwice-logo-outline-black-padded.png?alt=media&token=c6731aba-03c9-4ce9-a9f0-a68478924fe0
description: 'Operations tagged Product across 11 of this provider''s published API definitions: rentle-api-keys-api-openapi.yml, rentle-categories-api-openapi.yml, rentle-customers-api-openapi.yml, rentle-discount-codes-api-openapi.yml, rentle-inventory-articles-api-openapi.yml, rentle-inventory-skus-api-openapi.yml, rentle-merchant-api-openapi.yml, rentle-orders-api-openapi.yml, rentle-products-api-openapi.yml, rentle-stores-api-openapi.yml, rentle-webhooks-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.twicecommerce.com/admin
description: Production API
tags:
- name: Product
paths: {}
webhooks:
productCreated:
post:
summary: Product created
operationId: productCreated
tags:
- Product
description: Occurs when a new product is created.
parameters:
- name: x-rentle-version
in: header
description: API Version, e.g '2023-02-01'. See [versioning](#tag/Versioning) page for more details.
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ProductWebhookDTO'
responses:
'200':
description: Return 200 OK to indicate the data was received successfully
servers:
- url: https://api.twicecommerce.com/admin
description: Production API
productUpdated:
post:
summary: Product updated
operationId: productUpdated
tags:
- Product
description: Occurs when a product is updated.
parameters:
- name: x-rentle-version
in: header
description: API Version, e.g '2023-02-01'. See [versioning](#tag/Versioning) page for more details.
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ProductWebhookDTO'
responses:
'200':
description: Return 200 OK to indicate the data was received successfully
servers:
- url: https://api.twicecommerce.com/admin
description: Production API
productDeleted:
post:
summary: Product deleted
operationId: productDeleted
tags:
- Product
description: Occurs when a product is deleted.
parameters:
- name: x-rentle-version
in: header
description: API Version, e.g '2023-02-01'. See [versioning](#tag/Versioning) page for more details.
required: true
schema:
type: string
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ProductWebhookDTO'
responses:
'200':
description: Return 200 OK to indicate the data was received successfully
servers:
- url: https://api.twicecommerce.com/admin
description: Production API
x-refined-from:
- rentle-api-keys-api-openapi.yml
- rentle-categories-api-openapi.yml
- rentle-customers-api-openapi.yml
- rentle-discount-codes-api-openapi.yml
- rentle-inventory-articles-api-openapi.yml
- rentle-inventory-skus-api-openapi.yml
- rentle-merchant-api-openapi.yml
- rentle-orders-api-openapi.yml
- rentle-products-api-openapi.yml
- rentle-stores-api-openapi.yml
- rentle-webhooks-api-openapi.yml
x-tagGroups:
- name: Introduction
tags:
- Introduction
- Versioning
- Authentication
- RateLimiting
- Responses
- Feedback
- name: Operations
tags:
- OperationsOverview
- API Keys
- Categories
- Customers
- Discount Codes
- Inventory Articles
- Inventory SKUs
- Merchant
- Orders
- Products
- Stores
- Webhooks
- name: Webhooks
tags:
- WebhooksOverview
- Order
- Product
- name: Models
tags:
- ModelsOverview
- ApiKeyDTO
- CategoryDTO
- CustomerDTO
- DiscountCodeDTO
- InventoryArticleDTO
- MerchantDTO
- OrderDTO
- OrderWebhookDTO
- PagedCategoriesDTO
- PagedCustomersDTO
- PagedDiscountCodesDTO
- PagedInventoryArticlesDTO
- PagedOrdersDTO
- PagedProductsDTO
- PagedSkusDTO
- PagedStoresDTO
- PagedWebhooksDTO
- ProductDTO
- ProductWebhookDTO
- SkuDTO
- StoreDTO
- name: Errors
tags:
- ErrorsOverview
- BadRequestExceptionDTO
- ConflictExceptionDTO
- ForbiddenExceptionDTO
- InternalServerErrorExceptionDTO
- NotFoundExceptionDTO
- QuotaExceededExceptionDTO