Mutations
fulfillPickRunStop
Issues one stop’s stock into its kits in a single transaction; all splits commit or none.
MUTATION
fulfillPickRunStop(input: FulfillPickRunStopInput!): FulfillPickRunStopArguments
input
required
Returns
pickRunStop
Mutation
mutation FulfillPickRunStop($input: FulfillPickRunStopInput!) {
fulfillPickRunStop(input: $input) {
pickRunStop {
Created
Etag
LastSessionId
Updated
_AllocationsCount
allocations {
Created
Etag
LastSessionId
Updated
createdBy {
__typename
}
createdById
}
}
}
}Variables
{
"input": {
"etag": "string",
"stopId": "id"
}
}Response
{
"data": {
"fulfillPickRunStop": {
"pickRunStop": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_AllocationsCount": 1,
"allocations": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"createdBy": {
"__typename": "User"
},
"createdById": 1
}
]
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation FulfillPickRunStop($input: FulfillPickRunStopInput!) {
fulfillPickRunStop(input: $input) {
pickRunStop {
Created
Etag
LastSessionId
Updated
_AllocationsCount
allocations {
Created
Etag
LastSessionId
Updated
createdBy {
__typename
}
createdById
}
}
}
}Variables
{
"input": {
"etag": "string",
"stopId": "id"
}
}Response
{
"data": {
"fulfillPickRunStop": {
"pickRunStop": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_AllocationsCount": 1,
"allocations": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"createdBy": {
"__typename": "User"
},
"createdById": 1
}
]
}
}
}
}