IOutput: {
    marketplaceSplitInventory: {
        inventory: {
            arrival_price?: null | string;
            barcode_format?: null | MarketplaceBarcodeFormat;
            barcode_value?: null | string;
            braname: string;
            cell_id?: null | string;
            container_id?: null | string;
            coopname: string;
            created_at: unknown;
            delivery_point_address?: null | string;
            delivery_point_name?: null | string;
            expiry_date?: unknown;
            id: string;
            labeled_at?: unknown;
            labeled_by_operator_account?: null | string;
            order_id: string;
            orderer_account_snapshot: string;
            orderer_name?: null | string;
            ownership: MarketplaceInventoryOwnership;
            package_size?: null | number;
            product_name_snapshot: string;
            published_offer_id?: null | string;
            quantity_per_label: number;
            received_at: unknown;
            received_by_operator_account: string;
            reserved_order_id?: null | string;
            shipment_id: string;
            status: MarketplaceInventoryStatus;
            unit_of_measure?: null | MarketplaceUnitOfMeasure;
            updated_at: unknown;
        }[];
    };
}

Type declaration

  • marketplaceSplitInventory: {
        inventory: {
            arrival_price?: null | string;
            barcode_format?: null | MarketplaceBarcodeFormat;
            barcode_value?: null | string;
            braname: string;
            cell_id?: null | string;
            container_id?: null | string;
            coopname: string;
            created_at: unknown;
            delivery_point_address?: null | string;
            delivery_point_name?: null | string;
            expiry_date?: unknown;
            id: string;
            labeled_at?: unknown;
            labeled_by_operator_account?: null | string;
            order_id: string;
            orderer_account_snapshot: string;
            orderer_name?: null | string;
            ownership: MarketplaceInventoryOwnership;
            package_size?: null | number;
            product_name_snapshot: string;
            published_offer_id?: null | string;
            quantity_per_label: number;
            received_at: unknown;
            received_by_operator_account: string;
            reserved_order_id?: null | string;
            shipment_id: string;
            status: MarketplaceInventoryStatus;
            unit_of_measure?: null | MarketplaceUnitOfMeasure;
            updated_at: unknown;
        }[];
    }

    Оператор КУ раскладывает одну принятую позицию склада по нескольким полкам, разбивая её на отдельные записи.

    • inventory: {
          arrival_price?: null | string;
          barcode_format?: null | MarketplaceBarcodeFormat;
          barcode_value?: null | string;
          braname: string;
          cell_id?: null | string;
          container_id?: null | string;
          coopname: string;
          created_at: unknown;
          delivery_point_address?: null | string;
          delivery_point_name?: null | string;
          expiry_date?: unknown;
          id: string;
          labeled_at?: unknown;
          labeled_by_operator_account?: null | string;
          order_id: string;
          orderer_account_snapshot: string;
          orderer_name?: null | string;
          ownership: MarketplaceInventoryOwnership;
          package_size?: null | number;
          product_name_snapshot: string;
          published_offer_id?: null | string;
          quantity_per_label: number;
          received_at: unknown;
          received_by_operator_account: string;
          reserved_order_id?: null | string;
          shipment_id: string;
          status: MarketplaceInventoryStatus;
          unit_of_measure?: null | MarketplaceUnitOfMeasure;
          updated_at: unknown;
      }[]

      Затронутые позиции склада после операции.