import type { StandardOutputFields } from "./common.js"; export interface EndFixedPriceItemResponse extends StandardOutputFields { SKU?: string; }