LineItemIdentifierInput
Version 2024-04-01
Overview
Represents how line item is identified. Currently supports one of the following ways:
- If the BwP line item ID is to be used lineItemId is expected to be used.
- If any other existing line item alias is to be used we expect the alias to be populated.
Arguments
Argument | Description |
---|---|
alias (AliasInput) | Represents any of the provided line item aliases. This can be useful especially in CreateOrder use cases where Buy with Prime line item ID doesn't exist. |
lineItemAlias (AliasInput) | DeprecatedUse Represents any of the provided line item aliases. This can be useful especially in CreateOrder use cases where Buy with Prime line item ID doesn't exist. |
lineItemId (ID) | Unique identifier of the Buy with Prime provided line item ID. |
Updated about 2 months ago