Update Fulfillment Outbound model

This commit is contained in:
lisa-delaney 2024-06-28 14:45:52 -07:00
parent 8537cf9461
commit f31e2c20ae
3 changed files with 1 additions and 9 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
models/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -2043,14 +2043,6 @@
"description": "A string token returned in the response to your previous request that is used to return the next response page. A value of null will return the first page.",
"required": false,
"type": "string"
},
{
"name": "queryStartDate",
"in": "query",
"description": "A date that you can use to select inventory that has been updated since a specified date. An update is defined as any change in feature-enabled inventory availability. The date must be in the format yyyy-MM-ddTHH:mm:ss.sssZ",
"required": false,
"type": "string",
"format": "date-time"
}
],
"responses": {
@ -5257,4 +5249,4 @@
"description": "The response schema for the `SubmitFulfillmentOrderStatusUpdate` operation."
}
}
}
}