v1

latestOpenAPI 3.1.0Apache 2.02026-07-245981,1853.0 MB
Inventory Relationships V1

Update Inventory Link

Use this API to update a bidirectional link between two inventories.

put/api/inventory/v2/inventories/{id}/associations/{associationId}

Path parameters

idstring uuid required

The unique identifier of an inventory record

associationIdstring uuid required

The unique identifier of the association

Request body

relation'ControllerLinkType' | 'JointControllerLinkType' | 'RelatedLinkType' | 'RecipientOfSaleLinkType' | 'SubProcessorLinkType' | 'ProcessorLinkType' | 'DestinationAccessLinkType' | 'ProductOrServiceProviderLinkType' | 'StorageProcessingLinkType' | 'SourceCollectionLinkType'

The type of relationship between inventory records

Example request

{
  "relation": "JointControllerLinkType"
}

Response

OK