GitHub

CartMetafieldsArgs

A cart represents the merchandise that a buyer intends to purchase, and the estimated cost associated with the cart. Learn how to interact with a cart during a customer's session.

import { CartMetafieldsArgs } from '@daffodil/driver/shopify'
type CartMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}
Type Options
CartMetafieldsArgs { identifiers: Array<HasMetafieldsIdentifier>; }