LineItemIdentifierInput

Version 2024-04-01

Overview

Represents how line item is identified. Currently supports one of the following ways:

  1. If the BwP line item ID is to be used lineItemId is expected to be used.
  2. If any other existing line item alias is to be used we expect the alias to be populated.

Arguments

ArgumentDescription
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 alias.

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.