API Documentation
API Documentation
v3
Introduction
Overview
Getting started
🔑 Authentication
Requesting temporary credentials
Signing requests
🎬 Entities
Entity types
The entity object
Amount
Catalog item
Contact
Deal
File
Financial document
Inventory
Create an inventory item
Retrieve an inventory item
Update an inventory item
Delete an inventory item
Retrieve inventory templates
Retrieve inventory statuses
Job
Rightset
Table
👬 Relationships
The relationship object
Relationship types
Create a relationship
Delete a relationship
🔎 Search
Entity search
Relationship search
Pagination
Search Functions
Search Examples
🧰 Workflow
Execute a workflow action
📆 Date Math
Overview
The date math object
Create date math
Retrieve date math
Update date math
Delete date math
🧮 AVAILS
Overview
Get dimension data
Get availability
Is catalog item available
Swagger
Message queue docs
Rightsline.com
Powered by GitBook

Inventory

Endpoints

Method

Endpoint

Description

POST

/v3/inventory

​Create an inventory item.​

GET

/v3/inventory/:id

​Retrieve an inventory item.​

PUT

/v3/inventory/:id

​Update an inventory item.​

DELETE

/v3/inventory/:id

​Delete an inventory item.​

GET

/v3/inventory-templates

​Retrieve inventory templates.​

GET

/v3/inventory-statuses/:templateId

​Retrieve inventory statuses.​

​

Previous
Retrieve financial document statuses
Next
Create an inventory item
Last updated 3 months ago