Mutations
UpdatePartInventoryAttributes
MUTATION
UpdatePartInventoryAttributes(input: [UpdatePartInventoryAttributeInput]!): UpdatePartInventoryAttributesArguments
input
required
partInventoryAttributes
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
UpdatePartInventoryAttributes(input: [UpdatePartInventoryAttributeInput]!): UpdatePartInventoryAttributesmutation UpdatePartInventoryAttributes($input: [UpdatePartInventoryAttributeInput]!) {
UpdatePartInventoryAttributes(input: $input) {
partInventoryAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"partInventoryId": 1
}
]
}{
"data": {
"UpdatePartInventoryAttributes": {
"partInventoryAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Was this page helpful?
mutation UpdatePartInventoryAttributes($input: [UpdatePartInventoryAttributeInput]!) {
UpdatePartInventoryAttributes(input: $input) {
partInventoryAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"partInventoryId": 1
}
]
}{
"data": {
"UpdatePartInventoryAttributes": {
"partInventoryAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Suggestions