Alokai

DownloadableCreditMemoItem

Defines downloadable product options for CreditMemoItemInterface.

type DownloadableCreditMemoItem = CreditMemoItemInterface & {
  __typename?: 'DownloadableCreditMemoItem'; /** Details about the final discount amount for the base product, including discounts on options. */
  discounts?: Maybe<Array<Maybe<Discount>>>; /** A list of downloadable links that are refunded from the downloadable product. */
  downloadable_links?: Maybe<Array<Maybe<DownloadableItemsLinks>>>; /** The unique ID for a `CreditMemoItemInterface` object. */
  id: Scalars['ID']['output']; /** The order item the credit memo is applied to. */
  order_item?: Maybe<OrderItemInterface>; /** The name of the base product. */
  product_name?: Maybe<Scalars['String']['output']>; /** The sale price for the base product, including selected options. */
  product_sale_price: Money; /** The SKU of the base product. */
  product_sku: Scalars['String']['output']; /** The number of refunded items. */
  quantity_refunded?: Maybe<Scalars['Float']['output']>;
};

Referenced Types

On this page