Manage restricted consumption of goods in a supply chain. Track goods from origin to consumption.
The Commission Consume module is built to allow you to manage restricted consumption of goods in a supply chain. Track goods from origin to consumption.
The Commission Consume module provides a robust system for tracking the lifecycle of products in a supply chain, from their initial commissioning to final consumption. This is particularly useful for industries where product traceability and consumption verification are critical, such as:
In your application, log when a product has been commissioned and should be tracked. The identifier
could be one generated by the TrustStack SDK for you (as per usage of our event
module) or a custom identifier.
The consumers
field is an array of registered consumer identifiers. These are the entities that are allowed to consume the product, and could be your user IDs managed by your application.
When a product is consumed, log the consumption. This will record the consumption details and update the product’s status to consumed. The TrustStack SDK will handle the verification that the consuming entity is registered to consume the product, and the product has not already been consumed.
For detailed API documentation and integration guidelines, refer to the API Documentation.
Manage restricted consumption of goods in a supply chain. Track goods from origin to consumption.
The Commission Consume module is built to allow you to manage restricted consumption of goods in a supply chain. Track goods from origin to consumption.
The Commission Consume module provides a robust system for tracking the lifecycle of products in a supply chain, from their initial commissioning to final consumption. This is particularly useful for industries where product traceability and consumption verification are critical, such as:
In your application, log when a product has been commissioned and should be tracked. The identifier
could be one generated by the TrustStack SDK for you (as per usage of our event
module) or a custom identifier.
The consumers
field is an array of registered consumer identifiers. These are the entities that are allowed to consume the product, and could be your user IDs managed by your application.
When a product is consumed, log the consumption. This will record the consumption details and update the product’s status to consumed. The TrustStack SDK will handle the verification that the consuming entity is registered to consume the product, and the product has not already been consumed.
For detailed API documentation and integration guidelines, refer to the API Documentation.