ListFulfillmentOptions
Returns the fulfillment options available for a product, including deployment details such as version information, operating systems, usage instructions, and release notes.
Request Syntax
POST /2026-02-05/listFulfillmentOptions HTTP/1.1
Content-type: application/json
{
"maxResults": number,
"nextToken": "string",
"productId": "string"
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- productId
-
The unique identifier of the product for which to list fulfillment options.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\w\-]+Required: Yes
- maxResults
-
The maximum number of results that are returned per call. You can use
nextTokento get more results.Type: Integer
Valid Range: Minimum value of 1. Maximum value of 50.
Required: No
- nextToken
-
If
nextTokenis returned, there are more results available. Make the call again using the returned token to retrieve the next page.Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Pattern:
[a-zA-Z0-9+/=]+Required: No
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
"fulfillmentOptions": [
{ ... }
],
"nextToken": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- fulfillmentOptions
-
The fulfillment options available for the product. Each option describes how the buyer can deploy or access the product.
Type: Array of FulfillmentOption objects
- nextToken
-
If
nextTokenis returned, there are more results available. Make the call again using the returned token to retrieve the next page.Type: String
Length Constraints: Minimum length of 0. Maximum length of 8192.
Pattern:
[a-zA-Z0-9+/=]+
Errors
For information about the errors that are common to all actions, see Common Error Types.
- AccessDeniedException
-
You don't have sufficient access to perform this action.
HTTP Status Code: 403
- InternalServerException
-
Unexpected error during processing of the request.
HTTP Status Code: 500
- ResourceNotFoundException
-
The specified resource doesn't exist.
HTTP Status Code: 404
- ThrottlingException
-
The request was denied due to request throttling.
HTTP Status Code: 429
- ValidationException
-
The input fails to satisfy the constraints specified by the service.
- reason
-
The reason that the input fails to satisfy the constraints specified by the service.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: