Home > @infiniteobjects/shopify-service > getPrintId
Returns the printId of the line item or null
Signature:
export declare function getPrintId(item: IOrderLineItem): string | null;
| Parameter | Type | Description |
|---|---|---|
| item | IOrderLineItem |
Returns:
string | null