get https://eu-ext.linnworks.net/api/Inventory/GetAllExtendedPropertyNames
Use this call to get extended properties for all types
Rate limit: 150 / minute
Log in to see full request history
Response
Use this call to get extended properties for all types
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Inventory/GetAllExtendedPropertyNames \
--header 'accept: application/json'
xxxxxxxxxx
{
"additionalProp": [
"string"
]
}