Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import type {CartLine} from '../standard/standard';

export interface CartLineItemApi {
/**
* The cart line the extension is attached to. Until version `2023-04`, this property was a `ReadonlySignalLike<PresentmentCartLine>`.
* The cart line that this extension is attached to. Use this to read the
* line item's merchandise, quantity, cost, and attributes.
*
* > Note: Until version `2023-04`, this property was a `ReadonlySignalLike<PresentmentCartLine>`.
*/
target: SubscribableSignalLike<CartLine>;
}
Loading
Loading