How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Fulcrumpro Item Routing API

The Item Routing API from Fulcrumpro — 19 operation(s) for item routing.

Fulcrumpro Item Routing API is one of 109 APIs that Fulcrumpro publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Item Routing. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and a getting-started guide.

This API exposes 26 operations across 19 paths, and defines 31 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.fulcrumpro.com.

26 operations 19 paths 31 schemas 5 DELETE4 GET15 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.fulcrumpro.com/api/
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Fulcrumpro Item Routing API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearer).

  • bearer — Your API bearer token generated in System Data Advanced Public API Setup

Paths & Operations 26

Across 19 paths, the API surfaces 26 operations — 5 DELETE, 4 GET, 15 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Item Routing 26
GET
/api/items/{itemId}/routing
Get a specific item routing input item
ItemRoutingGet 1 param → 200204404
POST
/api/items/{itemId}/routing
Update a specific item's routing
ItemRoutingUpdate 1 param body → 200204400404
POST
/api/items/{itemId}/routing/input-items
Adds an input item to an item's routing
ItemRoutingInputItemCreate 1 param body → 200400404
POST
/api/items/{itemId}/routing/input-items/batch
Add multiple input items to an item's routing
ItemRoutingInputItemCreateBatch 1 param body → 200400404
DELETE
/api/items/{itemId}/routing/input-items/{inputItemId}
Deletes an input item from an item's routing
ItemRoutingInputItemDelete 2 params → 200204404
GET
/api/items/{itemId}/routing/input-items/{inputItemId}
Get a specific item routing input item
ItemRoutingInputItemGet 2 params → 200204404
POST
/api/items/{itemId}/routing/input-items/{inputItemId}
Update an input item for a specific item's routing
ItemRoutingInputItemUpdate 2 params body → 200204400404
POST
/api/items/{itemId}/routing/input-items/list
Lists the input items for an item's routing
ItemRoutingInputItemList 3 params body → 200
POST
/api/items/{itemId}/routing/input-materials
Adds an input material to an item's routing
ItemRoutingInputMaterialCreate 1 param body → 200400404
DELETE
/api/items/{itemId}/routing/input-materials/{materialId}
Deletes an input material from an item's routing
ItemRoutingInputMaterialDelete 2 params → 200204404
POST
/api/items/{itemId}/routing/input-materials/list
Lists the input materials for an item's routing
ItemRoutingInputMaterialList 1 param → 200
POST
/api/items/{itemId}/routing/input-materials/{materialId}/nesting
Adds an input material nesting to an item's routing material
ItemRoutingInputMaterialNestingCreate 2 params body → 200400404
DELETE
/api/items/{itemId}/routing/input-materials/{materialId}/nesting/{nestingId}
Removes an input material nesting on an item's routing material
ItemRoutingInputMaterialNestingDelete 3 params → 200400404
PUT
/api/items/{itemId}/routing/input-materials/{inputMaterialId}
Update an input material on an item's routing
ItemRoutingInputMaterialUpdate 2 params body → 200400404
POST
/api/items/{itemId}/routing/operations/batch
Bulk reorganize routing operations for a specific item.
ItemRoutingOperationBatch 1 param body → 200400404
POST
/api/items/{itemId}/routing/operations
Create a routing operation for a specific item
ItemRoutingOperationCreate 1 param body → 200400404
DELETE
/api/items/{itemId}/routing/operations/{operationId}
Delete a specific item routing operation
ItemRoutingOperationDelete 2 params → 200204404
GET
/api/items/{itemId}/routing/operations/{operationId}
Get a specific item routing operation
ItemRoutingOperationGet 2 params → 200404
PUT
/api/items/{itemId}/routing/operations/{operationId}
Update a routing operation for a specific item
ItemRoutingOperationUpdate 2 params body → 200204400404
POST
/api/items/{itemId}/routing/operations/{operationId}/items
Adds an operation item to an item's routing
ItemRoutingOperationItemCreate 2 params body → 200204400404
DELETE
/api/items/{itemId}/routing/operations/{operationId}/items/{operationItemId}
Deletes an operation item from an item's routing
ItemRoutingOperationItemDelete 3 params → 200204404
GET
/api/items/{itemId}/routing/operations/{operationId}/items/{operationItemId}
Get a specific item routing operation item
ItemRoutingOperationItemGet 3 params → 200204404
POST
/api/items/{itemId}/routing/operations/{operationId}/items/{operationItemId}
Update an operation item for a specific item's routing
ItemRoutingOperationItemUpdate 3 params body → 200400404
POST
/api/items/{itemId}/routing/operations/{operationId}/items/list
Lists the operation items for an item's routing
ItemRoutingOperationItemList 4 params body → 200
POST
/api/items/{itemId}/routing/operations/list
Lists the operations for an item's routing
ItemRoutingOperationList 3 params body → 200
POST
/api/items/{itemId}/routing/operations/{operationId}/materials/list
Lists the operation materials for an item's routing
ItemRoutingOperationMaterialList 2 params → 200

Schemas 31

The contract defines 31 schemas that model the data the API accepts and returns. The most detailed are MaterialShapeDto (14 properties), ItemRoutingOperationDto (11 properties), ItemRoutingOperationCreateDto (8 properties), ItemRoutingInputItemDto (7 properties). Each schema is shown below with its type and property counts.

CommonEnumMaterialFormEnum
string
Specifies the form of the material.
ItemRoutingInputMaterialNestingDto
object
Create an input material nesting for routing
5 properties 4 required
ItemRoutingNormalOperationDto
object
Defines non-outside-processing fields
6 properties
ItemRoutingInputMaterialDto
object
An item input material
7 properties 4 required
MaterialShapeVendorDto
object
Material vendor definition
7 properties 5 required
ItemRoutingInputItemDto
object
An item
7 properties 6 required
ItemRoutingInputItemCreateDto
object
An input item for routing
3 properties 3 required
ItemRoutingOperationDto
object
A routing operation (step)
11 properties 3 required
BatchCreatedResponseDto
object
Response for a batch created record
1 property 1 required
CreatedResponseDto
object
Response for a created record
1 property 1 required
ItemRoutingInputMaterialCreateDto
object
Create an input material for routing
4 properties 2 required
ItemRoutingDto
object
Represents an item's routing
1 property
CommonEnumMaterialRequirementCostingEnum
string
Specifies the costing of the material.
ItemRoutingInputMaterialUpdateDto
object
Update an input material for routing
2 properties 1 required
MaterialShapeVendorPriceBreakDto
object
Vendor prices breaks for a material shape.
3 properties 3 required
ItemRoutingUpdateDto
object
Represents updates to an item's routing
1 property
ItemRoutingOperationTime
object
Operation time and type
2 properties
ItemRoutingInputItemUpdateDto
object
An input item for routing
2 properties 1 required
ItemRoutingOperationCreateDto
object
A routing operation (step)
8 properties 1 required
ItemRoutingOutsideProcessingOperationDto
object
Defines outside processing fields
3 properties
SalesOrderPartLineItemInputItemCreateBatchDto
object
Represents a batch of input items to add to an item.
1 property 1 required
ItemRoutingInputMaterialNestingCreateDto
object
An input material nesting for routing
4 properties 3 required
CommonEnumInputItemValueTypeEnum
string
Specifies how a routing input item quantity is measured.
RoutingRequestItemFindParameters
object
Parameters used for searching/finding input items on an item's routing.
1 property
ItemRoutingOutsideProcessingOperationCost
object
Outside processing operation cost
3 properties
RoutingRequestOperationFindParameters
object
Parameters used for searching/finding operations on an item's routing.
1 property
ItemRoutingOutsideProcessingCostOption
string
The cost option for the outside processing operation
ItemRoutingOperationUpdateDto
object
A routing operation (step)
6 properties
CommonEnumMaterialVendorPriceUnitEnum
string
Specifies how a routing input item quantity is measured.
ItemRoutingOperationTimeOption
string
The time unit or option used in operation times
MaterialShapeDto
object
Material definition.
14 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fulcrumpro-item-routing-api-openapi.yml Raw ↑

Other APIs Fulcrumpro publishes across the network.

Fulcrumpro Accounting Code API
Fulcrumpro Attachment API
Fulcrumpro Attachment Certification API
Fulcrumpro Auth API
Fulcrumpro CAPAs API
Fulcrumpro Chart Of Accounts API
Fulcrumpro Company Info API
Fulcrumpro Custom Field API
Fulcrumpro Customer Address API
Fulcrumpro Customer API
Fulcrumpro Customer Contact API
Fulcrumpro Customer Tier API
Where this information came from

This is an independent, third-party profile of Fulcrumpro Item Routing API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.