Unfortunately, this feature is not supported on mobile devices. For the best experience, please use a computer.
Version 4.0.0 of project44's API
Mock serverhttps://developers.project44.com/_mock/guides/shippers/visibility/ftl/api/ NA - Endpoint for project44 tenants created in the NA regionhttps://na12.api.project44.com/ EU - Endpoint for project44 tenants created in the EU regionhttps://eu12.api.project44.com/ Sandbox - Endpoint for project44 tenants created in the sandbox environmenthttps://na12.api.sandbox.p-44.com/ Manage Client Applications
Operations Operations Unified Shipment Tracking
Operations Operations Operations Get all shipment attributes
curl -i -X GET \
https://developers.project44.com/_mock/guides/shippers/visibility/ftl/api/api/v4/shipmentattributedefinitions \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Body*/*shipmentAttributeDefinitionsArray of objects(ShipmentAttributeDefinition) A list of objects each containing the name of an attribute
Create a predefined attribute. You must be a organization admin to perform this operation.
Request
The name for an attribute. Must be unique.
Required Fields
Bodyapplication/jsonrequiredThe name for an attribute. Must be unique.
curl -i -X POST \
https://developers.project44.com/_mock/guides/shippers/visibility/ftl/api/api/v4/shipmentattributedefinitions \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"name": "string"
}'
Body*/*infoMessagesArray of objects(Message) System messages and messages from the capacity provider with severity 'INFO' or 'WARNING'. No messages with severity 'ERROR' will be returned here.
shipmentAttributeDefinitionobject(ShipmentAttributeDefinition) Name of an attribute to be defined
Operations Operations Operations Operations